- Learn to build responsive websites on Mobile & Desktops
- Practice building website using references
- Build a Replica of LinkedIn as close as possible
- Sharpen CSS & HTML skills
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Before you begin to run this project, you must fork and clone this project.
git clone https://github.com/MichaelSRomero/hero-for-hire.git
Install all packages required:
npm install
To run the backend
Inside the terminal, change directory into backend folder of this project and run:
// This will run on port 3000
json-server -w db.json
Running Frontend
Make sure you are inside the project directory and that you run the frontend on port 3001
npm start
- React JS - The web framework used
- Redux - State Management Tool
- JSON Server - API Back-End
- Michael Romero - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details