Project for TheOdinProject JavaScript curriculum.
The user can input information and generate a formatted resume.
- Edit mode to input information.
- Preview mode to view how the resume looks like.
Possible future features:
- Generate a PDF of the user's resume.
- Add responsiveness to mobile.
- React
- Webpack
- JavaScript, CSS and HTML
- Icons by Font Awesome
Live version here
To use the website, click here.
To use the code, download the files and, on the file's directory, type the following on the terminal:
npm install
npm run start