A social platform built using the MERN stack. It allows users to sign up, create and manage profiles, search for other users, follow or unfollow them, and create posts. Users can also like and comment on posts, fostering interaction within the platform. The project integrates authentication and real-time content updates to provide a seamless user experience.
Live Link: https://scribble-omega.vercel.app
Server: https://github.com/rishabhraikwar98/Scribble-API
- User authentication and authorization (JWT)
- User profile creation and management
- Post creation and management
- Commenting on posts
- Liking posts and comments
- Following/unfollowing users
- likes,Comments stats on posts.
- React - Front-End JavaScript library.
- Tailwind CSS - A utility-first CSS framework.
- React hot toast - Toast notifications for React.
- axios - Toast notifications for React.
- react-loading-skeleton - Loading Skeleton for React
- Framer-Motion - Animation library for React
Clone the project
git clone https://github.com/rishabhraikwar98/scribbleGo to the project directory
cd scribbleInstall dependencies
npm installStart the server
npm run start



