This is the frontend for the Resume Builder project. It's built with React.js and Material-UI.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- Clone the repo:
git clone https://github.com/devanshkansagra/Resume-Builder-Frontend.git
- Install NPM packages:
npm install
- Add a line in
package.json
to prevent CORS error:"proxy":"http://localhost:4000"
or any port that is used in the backend of this project
Start the development server with: npm start
- User registration and authentication
- Resume creation and editing
- Resume preview and download
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b your_branch_name
) - Commit your Changes (
git commit -m 'Commit message'
) - Push to the Branch (
git push -u origin your_branch_name
) - Open a Pull Request
Devansh Kansagra - [email protected]
Backend of this project: https://github.com/devanshkansagra/Resume-Builder-Backend