Skip to content

padmajabhol/image-drop-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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