MeTime built using React, Redux.
Backend Repository - https://github.com/Tokhirbek-creator/MeTime-Back
- Login
- Signup
- Follow people
- Like, Retweet, comment, add bookmarks
- Search users
- View profile
- Dark mode
- Upcoming Features(Notification, Messages, Lists)
- Create a .env.development file with the following contents:
REACT_APP_SERVER_URL=http://localhost:3001
REACT_APP_SECRET_KEY=<YOUR_SECRET_KEY> || keyboard_cat
npm install && npm start