Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1 KB

README.md

File metadata and controls

42 lines (33 loc) · 1 KB

Image Drop Client

A CRUD application that allows multiple users to share pictures on an online platform. The application also allows users to comment on each other post's and delete a particular post whenever they want.


Technology Stack

Backend:

Frontend:

To run this project locally on your machine you need the following installed

  • nodejs
  • yarn

Installation

  1. Clone the repo
    git clone https://github.com/padmajabhol/image-drop-client.git
  2. Install NPM packages
    yarn
  3. Running the project
    yarn start