Skip to content

nkosi-tauro/todolist

Repository files navigation

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:

Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# 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 <http://localhost:3000>

Firebase Setup

# 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 file.

Made with ❤ by Nkosilathi Tauro

Back to top