Simple micro blog page where you are a predefined logged in user. You can:
- view all posts
- write a post
- like/remove like from a post
- exclude posts that belong to your user REST apis mocked with msw
Made with React, Typescript and a bit of TailwindCSS
run npm i to install the dependencies
then npm run dev and naviagate to the link shown in the console
- show the list of users we are following
- show list list of suggested users to follow
- display posts acording to users that you follow
- add transitions between elements
- skeleton screens?