/jotting

a notes app project for my collage assignment

Primary LanguageJavaScript

📝 React + Firebase Notes App

Welcome to the React + Firebase Notes App! 🚀

App Preview

Features

  • ✨ Create, edit, and delete notes with ease
  • 🔄 Real-time updates with Firebase Firestore
  • 🌐 Responsive design for a seamless experience on all devices

Screenshots

Preview

Preview Preview

Preview Preview

Getting Started

  1. Clone the repository: git clone https://github.com/16BitBrain/jotting
  2. Install dependencies: npm install
  3. Configure Firebase:
    • Create a Firebase project and set up Firestore
    • Enable Firebase Authentication with email/password
    • Add Firebase configuration in /src/config/firebase.js
// /src/config/firebase.js

export const config = {
  apiKey: 'your-api-key',
  authDomain: 'your-auth-domain',
  projectId: 'your-project-id',
  storageBucket: 'your-storage-bucket',
  messagingSenderId: 'your-messaging-sender-id',
  appId: 'your-app-id',
}