A blog website for all where everyone can post their blog and browse other blogs in the platform.
Explore Code »
View Demo
·
Report Bug
·
Request Feature
Writewave is a web application that enables users to write any blog at ease and post it publicly and share it with others. Writewave provides a dedicated page for each writer with all his blogs as profile page.
Table of Contents
- Write blogs at ease and post it publicly
- Browse others' blogposts and read them
- Profile page containing all the blogs of that writer
- Backend: Firestore, Firebase Auth
- Frontend: React, Tailwind CSS
src/
|-- components/
| |-- CalltoAction.js
| |-- Footer.js
| |-- Hero.js
| |-- Navbar.js
| |-- TestimonialCard.js
| |-- Testimonials.js
|-- pages/
| |-- Blogs.js
| |-- CreatePost.js
| |-- Home.js
| |-- Login.js
| |-- Profile.js
| |-- ViewPost.js
| |-- ViewUser.js
|-- App.js
|-- index.js
|-- ...
Running a development environment for this project will be the easiest thing in you day.
To run the application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/dibyendu02/Writewave.git
-
Run both command separately to setup the codebase:
npm install && npm start
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -s -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Wait for review
See the open issues for a full list of proposed features (and known issues).
Your Name - Dibyendu Das @dibyendu02 - [email protected]
Project Link: https://github.com/dibyendu02/Writewave
Thanks for visiting my project. If you like it, please give it a star. It will help me a lot. Thanks again!