Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1 KB

README.md

File metadata and controls

41 lines (25 loc) · 1 KB

Blog Website

This is a blog website where users can register, write their own blogs, comment on other blogs, and read blogs written by others.

Features

  • User Registration: Users can create an account to start writing blogs.
  • Blog Writing: Registered users can write their own blogs and publish them on the platform.
  • Commenting: Users can comment on blogs written by other users.
  • Reading Blogs: All users can read the blogs published on the platform.

Technologies Used

  • Frontend: React.js
  • Database: Firebase Firestore
  • Authentication: Firebase Authentication
  • Storage: Firebase Storage

Styling with Tailwind CSS

The application's UI is styled using Tailwind CSS.

Component Library

This project utilizes Component Library Preline, ComponentLand for cards, pages, and other components.

Getting Started

  1. Clone the repository:

    git clone https://github.com/Chinmay-Ankolekar/Thought-Canvas.git
    
  2. cd blog-website
    npm install
    
  3. npm start