Fully responsive web-app that allows the user to create a resume.
This project was my first experience with React, and its main goal was to help me grasp the basics of React.
- React
- Vite
- TailwindCSS
You can check out the live demo here. If you wish to get a local copy running then follow the steps below:
git clone https://github.com/timknops/cv-builder.git
Navigate to the project's root directory and run:
npm install
This command will install all the necessary dependencies listed in the package.json
file.
Once the installation is complete, you can start the application using:
npm run dev
This will launch the development server, and you can view the app by opening http://localhost:5173 in your web browser.
Now you're all set to explore the project! If you encounter any issues or have questions, feel free to refer to the documentation or reach out for assistance.