https://github.com/utsavdotpro/todolist-svelte
A simple Todo List with data storage and Google Sign-in
https://github.com/utsavdotpro/todolist-svelte
firebase google-authentication practice-project sveltejs todolist
Last synced: about 2 months ago
JSON representation
A simple Todo List with data storage and Google Sign-in
- Host: GitHub
- URL: https://github.com/utsavdotpro/todolist-svelte
- Owner: utsavdotpro
- Created: 2021-05-06T13:42:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-08T15:01:26.000Z (over 3 years ago)
- Last Synced: 2025-03-28T23:46:08.979Z (about 1 year ago)
- Topics: firebase, google-authentication, practice-project, sveltejs, todolist
- Language: JavaScript
- Homepage: https://todo-list-svelte.vercel.app/
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TodoList Svelte
Simple todo list web application built with SvelteJS and Firestore and Google Authentication.
## Samples
Following images are linked to their full size
## Get Started
Install the dependencies
```bash
yarn install
```
Run the dev build
```bash
yarn dev
```
Navigate to [localhost:5000](http://localhost:5000).
## Technologies Used
- NodeJS
- SvelteJS
- Google Firebase
- Google Authentication
- Firestore
## Features
- Lightweight
- Easy-to-use
- Real-time updates
- Secured by Google Auth
- Data storage
## Credits
- Fireship Tutorial: https://fireship.io/lessons/svelte-v3-overview-firebase/
- Using ENV Variables: https://www.donielsmith.com/blog/2020-05-11-how-to-use-dotenv-with-svelte-3/