This is the React Front End of JobReady! A simple and open-source resume builder. Remember to get the back end too : https://github.com/Job-Ready/JobReady-Back-End
To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
npm install npm@latest -g
git clone https://github.com/Job-Ready/JobReady-Front-End.git
npm install
npm start