This project consists of building a todo list application with Javascript and firebase hosting.
- Javascript
- Firebase
- Webpack
- HTML5
- CSS
- Bootstrap 4.5
- ESLint
- Stylelint
- To start the application follow the link given in the live demo.
- A default project is assigned to you via a auto generated username.
- Add new projects.
- Add new todos within those projects you create
- Compatible Web browser (Chrome, Mozilla, IE, Safari)
- Create a firebase account
- Install firebase CLI
- Install Node
From the command line/terminal clone the repository:
$ git clone https://github.com/abdelp/todo-list-js.git
Initialize the firebase hosting service
$ firebase init
Select firestore and hosting features:
Select public/dist as the public directory:
To deploy on your local environment run:
$ firebase serve
To deploy to your firebase production environment:
$ firebase deploy
👤 Abdel Pérez
- Github: @abdelp
- Twitter: @AbdelPerez11
- Linkedin: Abdel Pérez
👤 Elbie Moonga
- GitHub: @Elbie-Em
- Twitter: ElbieEm
- LinkedIn: elbie-moonga
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.