Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.01 KB

File metadata and controls

25 lines (17 loc) · 1.01 KB

update 2024

  • Update project using Vite instead of react-create-app.
  • Refactor styling using shadcn/ui and Tailwind
  • Adding typescript to the project.
  • Implemented internationalization to the project => languages are dutch and english.

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