vue-todo
Vue-todo is a todo web app where users can type in their todo and also set a reminder. The todos are not saved/fetched on/from a server, so when a user refresh their browser, the todos will disappear. I intend to connect it to a backend such as firebase or supabase later on.
Users can:
- Type in their todo
- Set a reminder
- Delete todo
Built with
- Vue JS
- SCSS
Live demo link
How to use this app locally?
Pre-requisites
- Have Node installed on your machine.
Setting up instructions
In case you use Git
-
Open terminal
-
Run the following commands:
-
cd vue-todo
-
npm install
-
npm run serve
Author
Abdulsamad Ayoade
-
Github: abdulsamadayoade
-
Twitter: @samadayoade
-
Linkedin: Abdulsamad Ayoade
Contributing
To contribute to this project:
Fork this repository & clone locally.
Create an upstream remote and sync your local copy.
Create a new branch.
Push your code to your origin repository.
Create a new Pull Request .
Show your support
Give a ⭐️ if you like this project!