front-end implementation of Twitter social media. not all features are yet included as the project is a ongoing process.
nextjs is the main tool used in this project. typescript is the main used language. MUI ans SCSS are used for styling.
this is not a fullstack project but it works with a back-end available here.
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