This is a practise project for for making a twitter-like website that uses MicroblogAppAPI that I made for this project in mind. The reason for making this project was to learn how to create better custom components and pages in React and make a web app from the start to finish.
Clone the repository and run pnpm/npm install for needed dependencies.
- Typescript
- Mantine
- TailwindCSS
- Vite React
- React router
User state management and conditional routing was one part that was challenging to implement in a way that was not noticeable for the user.