Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 776 Bytes

File metadata and controls

18 lines (12 loc) · 776 Bytes

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

  • pnpm install
  • pnpm start
  • cd server
  • pnpm install
  • To start the server:
  • node server.js