Blognow is my personal responsive blog site developed using HTML, CSS (Tailwind), Firebase, and Vanilla JavaScript. It provides a clean and user-friendly platform for sharing my thoughts and experiences through blog posts.
Built with a frontend crafted using HTML and styled with Tailwind CSS, Blognow allows visitors to explore and read my blogs seamlessly. Firebase serves as the backend, handling data storage and hosting.
To set up Blognow on your local machine, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/your-username/blognow.git
- Navigate to the project directory:
cd blognow
- Open the index.html file in your preferred web browser or deploy it to a web server.
- Live Site URL: https://blognow-co4m-jayantghadge.vercel.app
If you're interested in contributing to Blognow, we welcome any bug reports, feature requests, or pull requests. To contribute:
- Fork the repository
- Create a new branch for your changes:
git checkout -b my-new-feature
- Make your changes and commit them:
git commit -am 'Add some feature'
- Push your changes to your fork:
git push origin my-new-feature
- Submit a pull request to the
main
branch of the original repository