Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vidalguilherme/vue-todolist
A Simple Todo List created using Vue 3 and Tailwind.
https://github.com/vidalguilherme/vue-todolist
Last synced: about 1 month ago
JSON representation
A Simple Todo List created using Vue 3 and Tailwind.
- Host: GitHub
- URL: https://github.com/vidalguilherme/vue-todolist
- Owner: VidalGuilherme
- Created: 2024-02-08T13:55:39.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-08T13:57:56.000Z (11 months ago)
- Last Synced: 2024-02-08T14:54:21.818Z (11 months ago)
- Language: Vue
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Todo List App
A Todo App that you can list your activities and mark them as Complete or Incomplete.
It remembers To-do's even after your PC shuts down.## Features
- Self Explanatory User Interface (UI).
- Mark To-do's Complete or Incomplete.
- Remembers even after browser gets accidentally closed or restarted.
- Even remember after your PC shuts down.## Project Details
Created using VueJS 3 and TailwindCSS.## Setting up the Project
#### Clone the Repository
```
git clone [email protected]:VidalGuilherme/vue-todolist.git
```#### Install the NPM Packages
```
npm install
```#### Run
```
npm run serve
```#### Open in Browser: [http://localhost:8080](http://localhost:8080)