Vitter is an application inspired by Twitter. I tried to make twitter be like i wanted to using Typescript, Nextjs and Tailwind. I havent implemented all the layout yet but you can see the entire design project on Figma
The live preview is available here
You will clone this repository to your machine using
git clone https://github.com/vitoUwu/vitter.git
After you have clonned the project, navigate to the destination folder and execute
npm install
You will need npm and nodejs installed
And thats it, now you can run these commands bellow and enjoy coding
npm run dev
npm run build
npm run start
*The "flash bang" issue occurs when a dark theme user open the application and the screen flashes the light theme.