This is a web application that allows users to create and preview their resumes in a user-friendly manner. It is built with React, TypeScript and Tailwind, and it was created as a project for The Odin Project curriculum.
- Users can fill in their personal information, such as name, job title, contact details, and address.
- Users can also provide a summary of their work experience, education, and skills.
- The application has a preview feature that allows users to see how their resumes would look like when printed or shared.
- The application is responsive and mobile-friendly.
To run this application on your local machine, follow these steps:
- Clone this repository to your local machine.
- Install the dependencies by running
npm install
. - Run the application by running
npm start
. - Access the application in your web browser at http://localhost:3000.
This project was built with the following dependencies:
This project was created as part of The Odin Project curriculum. Special thanks to FlowCV for providing design inspiration for this project.