https://github.com/rishabhraikwar98/scribble
A simple Micro blogging platform made using MERN Stack
https://github.com/rishabhraikwar98/scribble
mern mern-project mern-stack react react-components tailwindcss vercel
Last synced: 6 months ago
JSON representation
A simple Micro blogging platform made using MERN Stack
- Host: GitHub
- URL: https://github.com/rishabhraikwar98/scribble
- Owner: rishabhraikwar98
- Created: 2024-02-15T10:53:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T07:06:06.000Z (over 1 year ago)
- Last Synced: 2025-05-31T17:31:47.536Z (10 months ago)
- Topics: mern, mern-project, mern-stack, react, react-components, tailwindcss, vercel
- Language: JavaScript
- Homepage: https://scribble-omega.vercel.app
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Scribble
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.
## Demo
Live Link: https://scribble-omega.vercel.app
Server: https://github.com/rishabhraikwar98/Scribble-API
## Screenshots




## Features
- 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.
## Technologies used
- [React](https://es.reactjs.org/) - Front-End JavaScript library.
- [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework.
- [React hot toast](https://react-hot-toast.com/) - Toast notifications for React.
- [axios](https://axios-http.com/) - Toast notifications for React.
- [react-loading-skeleton](https://github.com/dvtng/react-loading-skeleton) - Loading Skeleton for React
- [Framer-Motion](https://www.framer.com/motion/) - Animation library for React
---
## Run Locally
Clone the project
```bash
git clone https://github.com/rishabhraikwar98/scribble
```
Go to the project directory
```bash
cd scribble
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run start
```