Tag: .js
All the articles with the tag ".js".
CV Maker: A Simple and Professional CV Creation Tool
Published: at 05:24 PMThe React-based CV Maker is a user-friendly application designed to simplify the creation of professional CVs. It offers an intuitive interface, a real-time preview of the CV layout, and an easy export feature for printing or PDF generation. The app aims to help users focus on content rather than design, making it easier to craft polished resumes efficiently.
Recreating a WordPress-Like Platform with Microservices Architecture
Published: at 06:50 PMIn this project, I set out to recreate a platform similar to WordPress, leveraging a microservices architecture. The backend is a REST API built using Node.js and Express, and relies on MongoDB with Mongoose as the ORM. The frontend is developed using React and styled with the Tailwind CSS framework.