social media website targets computer science enthusiasts with three types of users (admin, guest, user).
- user can post, like, comment
- reply to a comment
- search for users with a specific criteria
- search for a post with specific keywords
- follow and unfollow users
- timeline page for following users
- explore page for all users
- connect with users via chat (DM & group chats)
- roadmaps for a few computer science fields.
- each roadmap has several topics
- each topic is explained breifly
- admin dashboard
- News page that fetches blog posts from an api
- bookmark a roadmap
- edit your profile
- reset your password
- type in your terminal
- git clone https://github.com/menaaziz27/Zero-to-one.git
- cd Zero-to-one
- npm install