Skip to content

suyashsethia/Reddit_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

This is a Reddit Clone Created Using MERN

Installation

Use the package manager npm to install dependencies in the folder backend and frontend

npm i 

Running the App

You can use 2 methods to run the file

  1. Docker
  • Build
sudo docker-compose build
  • Run
sudo docker-compose up
  1. npm and node
  • Backend
nodemon app.js

or

node app.js
  • frontend
npm run start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Bonuses Attempted

  1. Stats Represented Through Graphs
  2. Fuzzy Search in Sub Greddits Page
  3. Showing an Image on clicking a sub greddit and Name and Description
  4. Keyboard ShortCuts added

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages