The Blog Post App is a dynamic and user-friendly blogging platform built using React for the front-end and custom API for the backend. It empowers users to create, manage, and interact with blog posts in an intuitive and efficient manner.
Let’s dive into the details of this app:
To install the Blog Post App locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/Varun-Chakraborty/blog-post cd blog-post-app
-
Further installation is spread in two parts:
Navigate to
frontend
directory and follow the instructions in Frontend READMENavigate to
backend
directory and follow the instructions in Backend README
We welcome contributions from the community! If you’d like to contribute to the Blog Post App, follow these steps:
git clone https://github.com/your-username/blog-post-app.git
cd blog-post-app
git checkout -b feature/my-awesome-feature
Implement your feature, fix a bug, or improve existing functionality.
Ensure that your changes work as expected by testing the app locally.
git push origin feature/my-awesome-feature
- Go to your fork on GitHub and create a pull request.
- Provide a detailed description of your changes.
The maintainers will review your pull request. Once approved, your changes will be merged into the main repository.
- The Blog Post App is released under the MIT License. You can find the full license text in the LICENSE file.