/subreddit-clone

Dummy website mockup based on https://www.reddit.com/r/javascript/

Primary LanguageHTML

A visual clone of sub-reddit website for Javascript.

Few points of interest:

Languages/Frameworks used :

  • html
  • css
  • javascript
  • jquery
  • bootstrap 3

Quick setup (Linux) :

  1. Clone the project
  2. In terminal :
#for python2
$python -m SimpleHTTPServer

#for python3
$python -m http.server
  1. Access the webpage from http://localhost:8000/

NOTE : Few components have slight modifications according to the author's discretion.