Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)