Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nkosi-tauro/todolist

A Simple CRUD Todo App built with Vue3
https://github.com/nkosi-tauro/todolist

firebase firebase-auth javascript localstorage tailwind-css todolist vue3

Last synced: 17 days ago
JSON representation

A Simple CRUD Todo App built with Vue3

Awesome Lists containing this project

README

        

TodoList


Github top language

Github language count

Repository size

License

## 🎯 About ##

Todo app.
CRUD Functions : Create/Read/Update/Delete Todo's. ✔
localStorage ✔💾
Authentication : Firebase. ✔

## 🚀 Technologies ##

The following tools were used in this project:

- [Vue3](https://v3.vuejs.org/)
- [Firebase](https://firebase.google.com/)
- [Tailwind CSS](https://tailwindcss.com/)

## Requirements ##

Before starting 🏁, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.

## :checkered_flag: Starting ##

```bash
# Clone this project
$ git clone https://github.com/nkosi-tauro/todolist

# Access
$ cd todolist

# Install dependencies
$ npm install

# Run the project
$ npm run dev

# The server will initialize in the
```

Firebase Setup
```bash
# Head over to https://firebase.google.com/ to get your config keys and replace firebase.js accordingly

const firebaseConfig = {
apiKey: ,
authDomain: ,
databaseURL: ,
projectId: ,
storageBucket:,
messagingSenderId:,
appId: ,
};
```

## 📝 License ##

This project is under license from MIT. For more details, see the [LICENSE](LICENSE) file.

Made with ❤ by Nkosilathi Tauro

Back to top