This is the clone of Instagram, a simple web application made with React.js that allows us to upload photos with the ability to like.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Feel free to deploy if you want.
You will need the backend to be running so that you can connect both sides of the Application.
/*
Default Backend URL
$ http://localhost:3333
*/
Clone the repository and run
// With NPM
$ npm install
$ npm run start
// With Yarn
$ yarn install
$ yarn start
Please feel free to send pull request if you want to contribute!
-Nubelson - Development - nubelsondev