This CV Builder app is a straightforward project for learning React and how to manage and use state.
You can view a live demo of the app here.
- Generate CV from User Input: Allow users to input their personal information, education history, and work experience. Then, use this data to automatically generate a CV (Curriculum Vitae)
- React
- CSS
- Cloufare (to deploy the app)
- Clone or download the repository to your local machine.
- Have node installed on your machine.
- Run
npm install
- Run
npm run dev
- Open
http://localhost:5173/
in your browser.