DaveTales is a blog web application where i share my journey and insights with community and was inspired by my passion in web development. It contains of a Navbar, hero section, blog features, about and contact section. You can find the deployed site here, and the final project blog article here.
Author(s): Emma Muli
First clone the repository
git clone https://github.com/kilokomuli/davetales.git
cd davetales
npm install
npm run dev
DaveTales is designed for developers seeking resources to learn and grow in the field. With additional features such as authentication, blog post management, search, and filtering, it aims to enhance the user experience.
If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create your feature branch (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a pull request.
This project is licensed under the MIT License.