Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nkosi-tauro/todolist
- Owner: nkosi-tauro
- License: mit
- Created: 2021-02-13T10:04:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T06:32:57.000Z (almost 4 years ago)
- Last Synced: 2024-11-25T17:25:24.322Z (3 months ago)
- Topics: firebase, firebase-auth, javascript, localstorage, tailwind-css, todolist, vue3
- Language: Vue
- Homepage: https://vite3todoapp.netlify.app/
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TodoList
## 🎯 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 accordinglyconst 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