Skip to content

alivarastepour/twitter

Repository files navigation

Twitter clone

front-end implementation of Twitter social media. not all features are yet included as the project is a ongoing process.

technologies

nextjs is the main tool used in this project. typescript is the main used language. MUI ans SCSS are used for styling.

back-end

this is not a fullstack project but it works with a back-end available here.

dev build

in order to run this project locally, you must have nodejs environment installed on your device to run the front-end and Go for back-end. clone front-end from the present repo and back-end from the mentioned repo earlier in two separate directories. run the following commands in your front-end directory:

npm i
npm run dev

then navigate to the other directory and run the following commands:

go build
./twitter-backend // on mac, linux
twitter-backend.exe // on windows

at glance

Screenshot (35) Screenshot (36) Screenshot (37) Screenshot (38) Screenshot (39)