A simple real-time todo application built with Svelte and Firebase for CRUD operations.
Follow these steps to set up the project locally:
Clone the repository:
git clone https://github.com/AIrawan0/svelte-realtime-todoapp.git
Navigate to the project directory:
cd your-repo
Install dependencies:
npm install
Set up Firebase:
VITE_FIREBASE_API_KEY=your_api_key
VITE_FIREBASE_AUTH_DOMAIN=your_auth_domain
VITE_FIREBASE_PROJECT_ID=your_project_id
VITE_FIREBASE_STORAGE_BUCKET=your_storage_bucket
VITE_FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id
VITE_FIREBASE_APP_ID=your_app_id
To run the project locally:
npm run dev
If you want to contribute to this project, follow these steps:
This project is licensed under the MIT License - see the LICENSE file for details.
airwan1035@gmail.com project link : https://github.com/AIrawan0/svelte-realtime-todoapp