Social platform inspired by Twitter.
- Post creation and management
- Retweet to X function
- Commenting on posts
- Liking posts and comments
- Sign in function
- Catching popular hashtags
- Changable theme
- Posts filter
- ReactJS
- Context API
- SCSS
- Node.js
- React testing library
Try it out using Github Pages
- Clone the repository
git clone https://github.com/HubertGrabda/Twittfake.git- Install dependencies
npm install- Run the server
npm run dev