It is a simple clone of instagram front page using react.
- Download or clone the repository
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
- Go to the directory
- open the terminal
- run the following command to install node modules
npm install
- then run the following command to start the server
npm start