Skip to content

A twitter clone built with NextJs and GetStream API. Uses react-acitivity-feed, getstream, and reactjs libraries. Current Features: create your own tweet, view users profile page, follow/unfollow users, like/tweet/comment on tweets, expand particular tweet.

Notifications You must be signed in to change notification settings

dorji-tshering/chit-chat

Repository files navigation

My first Next.js project bootstrapped with create-next-app.

This project is a NextJs version of ReactJs Twitter Clone which you can find here. If you want to try out for yourself, you can get all the instructions from there. I had to make some code changes especially with react-router and navigations options since NextJs has its own implementation of the library. Apart from the tutorial, I have added the simulation of user login and logout just like you see on twitter.

Want to try it out?

First fork the repo, create a getstream account, and follow the tutorial(link mentioned above) to edit the tokens of the users inside user.js. After that, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the app right away. The page auto-updates as you edit the file.

Learn More

Want to dive into Next.js? Take a look at the following resources:

About

A twitter clone built with NextJs and GetStream API. Uses react-acitivity-feed, getstream, and reactjs libraries. Current Features: create your own tweet, view users profile page, follow/unfollow users, like/tweet/comment on tweets, expand particular tweet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published