This web app is a Instagram like image sharing app and bootstrapped with Create React App.
- Fetches All the data from 3rd Party API
- Filter - Timeline and Like based.
- Like Feature - On Clicking Image and Heart both
- Delete Feature - Delete the Image post
- Home Page and Profile page
- Beautiful UI
- Clone the Repo
git clone https://github.com/onejeet/image-sharing-app.git
- get inside the directory
cd image-sharing-app
- Install the dependencies
npm install
- Start the npm server
npm start
The web app will be accessible at http://localhost:3000