Make sure to install the dependencies:
# npm
npm install
Start the development server on http://localhost:3000
npm run dev
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.