Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yacosta738/todo-app

TODO app
https://github.com/yacosta738/todo-app

nuxt nuxtjs tailwindcss vue

Last synced: 11 days ago
JSON representation

TODO app

Awesome Lists containing this project

README

        

Todo-App


Solution for a challenge from Devchallenges.io.




Demo

|

Solution

|

Challenge


## Table of Contents

- [Overview](#overview)
- [Built With](#built-with)
- [Features](#features)
- [How to use](#how-to-use)
- [Contact](#contact)
- [Acknowledgements](#acknowledgements)

## Overview

![screenshot](screenshot/app.png)

Todo app is a simple todo list app that allows you to add, delete and edit your todo list.

### Built With

- [Vue.js](https://vuejs.org/)
- [NuxtJs](https://v3.nuxtjs.org/)
- [Vite](https://vitejs.dev/)
- [Pinia](https://pinia.vuejs.org/)
- [Tailwind](https://tailwindcss.com/)

## Features

This application/site was created as a submission to a [DevChallenges](https://devchallenges.io/challenges) challenge. The [challenge](https://devchallenges.io/challenges/hH6PbOHBdPm6otzw2De5) was to build an application to complete the given user stories.

## How To Use
To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:

```bash
# Clone this repository
$ git clone https://github.com/yacosta738/todo-app

# Install dependencies
$ npm install

# Run the app
$ npm dev
```

## Contact

- Website [blastkode.com](https://blastkode.com)
- GitHub [@yacosta738](https://github.com/yacosta738)
- Twitter [@yacosta738](https://twitter.com/yacosta738)