Skip to content

BilliNovik/twitter-next.js

Repository files navigation

CRUD Twitter Clone | Demo

[WARN]

I wanted to do this project on TS, but I realized it would take a very long time to substitute types. So let's pretend this project is on JS. Thanks

Technologies

Features

  • Google OAuth
  • Realtime refrashing
  • Ability to like each tweet
  • Adding photo for tweet
  • You can comment other tweets
  • Delete posts and coments

Deploying to your computer

First press 'Code' button and choose 'Download ZIP', then unpacking zip to your any folder and open in Visual Studio Code or other program. Your structure can be like...

. 
├── atom
├── components
├── pages
└── ...

Open the terminal write in window npm i and then after installing packages npm run dev

Don't forget adding your .env params in folder...

Releases

No releases published

Packages

No packages published