Wellread

A blogging application for creative people to express their feelings, thoughts and ideas.

MIT License

Stars
22
Committers
24

Accepted for GirlScript Summer of Code 2024

  • User Authentication: Secure login and registration system.
  • Create and Edit Posts: Write and edit blog posts with a user-friendly editor.
  • Publish and Manage Posts: Share your posts with the world and manage them effortlessly.
  • Responsive Design: Accessible and optimized for various devices.
  • Comments Section: Engage with readers through comments and feedback.
  • Tagging and Categorization: Organize posts by tags and categories for easy navigation.
  • Social Sharing: Share your favorite posts on social media platforms.
  • Search Functionality: Find specific posts quickly using our search feature.

How to Contribute?

1. Start by forking the Wellread repository. Click on the symbol at the top right corner.

2. Clone your forked repository:

git clone https://github.com/<your-github-username>/Wellread

3. Navigate to the project directory:

cd Wellread

4. Set upstream command:

git remote add upstream https://github.com/yourusername/Wellread

5. Create a new branch:

git checkout -b YourBranchName

6. Make your changes, commit them, and push to your fork:

git add .
git commit -m "Add your commit message here"
git push origin YourBranchName

7. Finally, open a pull request on the original repository.

Congratulations! You've made your contribution! 🎉

To learn about our development process, how to propose bug fixes and improvements, please read our Contributing Guidelines.

This project and everyone participating in it are governed by the Code of Conduct. By participating, you are expected to uphold this code.

License

For more details, see the LICENSE file.

Project Author and Maintainer

Chirantan Banik

Contributors of Wellread


Related Projects