Welcome to My Blog Website! This project is a simple blog platform where users can read existing posts and add new ones. The website includes a home page, an about page, and a contact page.
My Blog Website is a basic blogging platform developed using HTML, CSS, and JavaScript. The website allows users to read existing posts, add new posts, and navigate between the home, about, and contact pages.
- Home Page: Displays blog posts dynamically added by users.
- About Page: Provides information about the blog.
- Contact Page: Contains a contact form for users to send messages.
- Add New Post: Users can add new blog posts via a form on the home page.
- HTML
- CSS
- JavaScript
To set up this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Sweety-Vigneshg/my-blog-website.git
-
Navigate to the project directory:
cd my-blog-website
-
Open the project in a web browser: Open the
index.html
file in your preferred web browser.
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature-branch
- Open a pull request.
Please ensure your code follows the project's coding standards and includes appropriate documentation.
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions or suggestions, feel free to reach out via the contact form on the website or create an issue in the GitHub repository.