anjanthapaliya / Udacity-React-Nanodegree-Project-2

Reddit Clone with React and Redux

Home Page:https://readable-heroku.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readable: A Reddit clone

This is the second project for the Udacity React Nanodegree programm. This application is a Reddit clone, made using React and Redux. The users will be able to search for categories, to post content,comment on their posts and other users' posts, and vote on posts and comments. Users will also be able to edit and delete posts and comments.

Important! The assignment did not specify any use of authentication. From the API provided, each user has access to its own set of posts and comments, and can modify or delete any entry.

Getting Started

  • git clone git@github.com:peeweetje/Udacity-React-Nanodegree-Project-2.git
  • cd server
  • npm install
  • To start the server:
  • node server.js
  • cd readable
  • npm install
  • npm start

About

Reddit Clone with React and Redux

https://readable-heroku.herokuapp.com/


Languages

Language:JavaScript 90.3%Language:CSS 7.9%Language:HTML 1.9%