Skip to content

asharbabar/liked

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liked

A Single page web application based on ReactJs, NodeJs, Express & MongoDB ( MERN )

Getting Started 🔥

Initial Setup

Clone this git repo and change directory to liked

Mongo db Config

Create a dev.js inside server/config/ which should export MongoDB URI string
For ex: mongoURI: "mongodb+srv://user:password@cluster.hgypt.mongodb.net/database?retryWrites=true&w=majority"

Install Dependencies

In root folder, run npm run install-all, this will install third party dependencies for both client & server.
Once success, run npm run start-app, this will start development server and you should be able to see app on screen. 📺

Alternatively, you can navigate to localhost:3000

There are other scripts available in root folder, which can be run separately image

Screenshots

Home page 🏡

Pasted Graphic 6


Liked page ♥️

Pasted Graphic 10


Confirmation Modal ✔

Pasted Graphic 10


Desktop view 🖥

image

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.1%
  • SCSS 32.2%
  • HTML 10.7%