- Update project using Vite instead of react-create-app.
- Refactor styling using
shadcn/uiandTailwind - Adding typescript to the project.
- Implemented
internationalizationto the project => languages aredutchandenglish.
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.
- git clone git@github.com:peeweetje/Udacity-React-Nanodegree-Project-2.git
pnpm installpnpm start
cd serverpnpm install- To start the server:
node server.js