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

https://github.com/elisealcala/aito-vue


https://github.com/elisealcala/aito-vue

Last synced: 3 months ago
JSON representation

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.