Skip to content

A blog app using React Toolkit, RTK Query, and Firebase. Includes CRUD operations with Firestore, MDB React UI Kit, and React Toastify for notifications.

Notifications You must be signed in to change notification settings

sravan-kumar-ta/react-toolkit-firebase-blog-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


About

A blog app using React Toolkit, RTK Query, and Firebase. Includes CRUD operations with Firestore, MDB React UI Kit, and React Toastify for notifications.

Topics

Resources

Stars

Watchers

Forks