Used React hooks in this project for learning
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.
What things you need to install the software and how to install them
node
or
yarn
clone the project and run the below command in the project directory
npm install
or
yarn install
wait til it finished
Now test the project, is it working, run the below command. if everything is done correctly, it should work for you
npm run start
or
yarn start
A new browser tab will open for you and there you see the project
Add additional notes about how to deploy this on a live system
- ReactJs - The web framework used
- Axios - Accessing HTTP request (Ajax)
- APIs - Used JSONPlaceholder.typicode.com APIs
This project is Free for Use, Change, Modify!