Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.86 KB

File metadata and controls

57 lines (41 loc) · 1.86 KB

Blog App with React Toolkit and Firebase

This project is a blog application built with React Toolkit, RTK Query, and Firebase. It features CRUD operations and uses Firestore for the backend.

Technologies Used

  • Frontend: React, Redux Toolkit, RTK Query, MDB React UI Kit, React Toastify
  • Backend: Firebase, Firestore

Features

  • CRUD Operations: Create, Read, Update, Delete blog posts
  • UI Components: MDB React UI Kit
  • Notifications: React Toastify

Setup

  1. Clone the repository:

    git clone https://github.com/yourusername/your-repo.git
    cd your-repo
  2. Install dependencies:

    npm install
  3. Configure Firebase:

    • Add your Firebase configuration to the firebase-config.js file.
  4. Start the development server:

    npm start
  5. Open your browser and navigate to:

    http://localhost:3000
    

Learn More