Vitter

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

Preview

The live preview is available here

Running locally

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

dev

npm run dev

build

npm run build

preview

npm run start

TODO

  • Finish implementation of layout
  • Find a solution to "flash bang" issue *
  • Maybe develop a back-end

*The "flash bang" issue occurs when a dark theme user open the application and the screen flashes the light theme.