Creating a resume is a bit tedious task for any working professional from any industry. One has to keep it short, simple, and with the latest work experience. This Resume Builder project will help to build your resume-builder by auto-generating it on your own and helping working professionals wit...
The Resume Builder Application is a web-based tool that allows users to create and customize their resumes. It is built using React for the frontend and Express as the middleware. The application features a modern and user-friendly interface, with styling done using Material UI and React-Bootstrap. It also includes Google Sign-In and session management capabilities, allowing users to save their data across sessions.
Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
material-ui adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.