https://github.com/vin-dkr/blog
This project is a web-based blogging platform inspired by Medium, designed to encourage users to share their personal experiences and stories. The platform provides a clean and user-friendly interface for both writers and readers, focusing on simplicity and accessibility.
https://github.com/vin-dkr/blog
nodejs postgresql prisma react tilwindcss
Last synced: about 2 months ago
JSON representation
This project is a web-based blogging platform inspired by Medium, designed to encourage users to share their personal experiences and stories. The platform provides a clean and user-friendly interface for both writers and readers, focusing on simplicity and accessibility.
- Host: GitHub
- URL: https://github.com/vin-dkr/blog
- Owner: vin-dKR
- Created: 2024-07-22T10:27:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T17:20:38.000Z (almost 2 years ago)
- Last Synced: 2025-01-07T21:14:06.065Z (over 1 year ago)
- Topics: nodejs, postgresql, prisma, react, tilwindcss
- Language: TypeScript
- Homepage: https://mediyum.vercel.app
- Size: 4.8 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog (Inspired from Medium)
Welcome to **Blog**! This is an open-source, modern blogging platform inspired by [Medium](https://medium.com). Built with **React**, **Tailwind CSS**, and **TypeScript**, this project aims to provide a simple yet powerful platform for users to share their stories and experiences.
Project Screenshots:






## Features
- 📝 **Rich Text Editor**: Create and format blog posts with ease.
- 🎨 **Responsive Design**: A mobile-first design with Tailwind CSS that looks great on all devices.
- ⚡ **Fast and Optimized**: Leveraging React for a smooth and responsive user experience.
- 💻 **TypeScript**: Ensuring type safety and reducing bugs in development.
- 🌐 **Open Source**: Feel free to explore, contribute, and make this project even better!
## Demo
Check out the live demo of the platform [here](https://mediyum.vercel.app/).
## Installation
To run this project locally, follow these steps:
1. **Clone the repository:**
```bash
git clone https://github.com/vin-dKR/Blog.git
```
2. **Navigate to the project directory:**
```bash
cd Blog
```
3. **Install dependencies:**
```bash
npm install
```
4. **Start the development server:**
```bash
npm run dev
```
5. **Open the project in your browser:**
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
## Contributing
Contributions are welcome! Please follow these steps:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature/YourFeature`).
3. Commit your changes (`git commit -m 'Add some feature'`).
4. Push to the branch (`git push origin feature/YourFeature`).
5. Open a Pull Request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Contact
If you have any questions or suggestions, feel free to reach out!
- **Email**: vinodkumarmurmu62@gmail.com
- **GitHub**: [Vinod KR](https://github.com/vin-dKR)
-