An open API service indexing awesome lists of open source software.

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

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/