https://github.com/elisealcala/aito-vue
https://github.com/elisealcala/aito-vue
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elisealcala/aito-vue
- Owner: elisealcala
- Created: 2023-05-26T20:15:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-26T22:44:00.000Z (about 2 years ago)
- Last Synced: 2025-01-13T21:08:34.569Z (5 months ago)
- Language: Vue
- Homepage: https://aito-vue.vercel.app
- Size: 140 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo List Test
## Setup
Make sure to install the dependencies:
```bash
# npm
npm install
```## Development Server
Start the development server on `http://localhost:3000`
```bash
npm run dev
```## Pages
The `index` route is a list of characters from Rick & Morty using this API `https://rickandmortyapi.com/api`
The `to-do` route is a small to do list, when you can create a new todo, remove it and complete it. Also you can filter between all and completed items.