Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 627 Bytes

File metadata and controls

15 lines (12 loc) · 627 Bytes

MicroblogAPP

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.

Installation

Clone the repository and run pnpm/npm install for needed dependencies.

Stack

  • Typescript
  • Mantine
  • TailwindCSS
  • Vite React
  • React router

Learnings and challenges

User state management and conditional routing was one part that was challenging to implement in a way that was not noticeable for the user.