- Authentication with Google OAUTH.
- Homepage containing recently uploaded pins by users.
- Fully mobile responsive.
- Search any pin by category or search terms.
- Upload a 'Pin', which is an image consists of:
- A Title
- About
- Destination URL
- Select Category
- Saving pins from homepage.
- View user profile.
- Similar pins as recommendation.
- Leave comments on user pins.
- View pins created and saved by users.
- Clone this repository by
git clone https://github.com/mwasikz/dingi.git
- Install the dependencies using
npm install
- Run
npm start