Program | Logo | Description |
---|---|---|
GSSoC'2024-Extd | A coding period from October 1st to October 30th, inviting contributions and offering a rewarding experience. | |
Hacktoberfest 2024 | Hacktoberfest celebrates open-source, welcoming participants of all levels throughout October. |
π Stars | π΄ Forks | π Issues | π Open PRs | π Closed PRs |
MegaBlog is a dynamic, responsive platform for sharing your thoughts and ideas. Built with React and Node.js, it allows users to write, manage, and comment on blog posts effortlessly.
Check the project structure here Project Structure
Clone the repository:
git clone https://github.com/anuj123upadhyay/MegaBlog.git
Install dependencies:
npm install
Set up environment variables in the .env
file for MongoDB URI, JWT secret, etc.
Start the application:
npm run dev
http://localhost:3000
to explore!Want to contribute? Follow these steps:
git checkout -b feature-branch
)git commit -m 'Add a new feature'
)git push origin feature-branch
)This project is licensed under the MIT License.