Skip to content

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.

Notifications You must be signed in to change notification settings

mrdavid0614/VueTodo-App

Repository files navigation

VueTodo-App

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

screenshot1 screenshot2

Introduce your projects by taking a screenshot or a gif. Try to tell visitors a story about your project by answering:

  • Where can I see your demo?

    You can see my demo in: Demo

  • What was your experience?

    It was so interesting because i have applied a lot of concepts i learned few days ago.

  • What have you learned/improved?

    I learned to create my own "store" for state management, i learned to use computed properties, i learned to emit events from child component to parent component, and i improved my abilities using vue directives.

Built With

Features

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.

  • User story: I can add a new task.

  • User story: I can complete a task.

  • User story: I can toggle between All, Active and Completed.

  • User story: I can remove one or all tasks under the Completed tab.

  • User story (optional): Store the data in local storage that when I refresh the page I can still see my progress.

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Contact

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages