Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yacosta738/todo-app
- Owner: yacosta738
- License: mit
- Created: 2021-12-31T19:01:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T16:59:51.000Z (over 1 year ago)
- Last Synced: 2024-10-11T16:40:21.739Z (27 days ago)
- Topics: nuxt, nuxtjs, tailwindcss, vue
- Language: TypeScript
- Homepage: https://task-app-acosta.vercel.app/
- Size: 91.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Todo-App
## 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)