Todo app
Challenge: Create a todo app following the given design. The page should be responsive.
Built With
Features
- I can add a new task
- I can complete a task
- I can toggle between All, Active and Completed
- I can remove one or all tasks under the Completed tab
- 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 to create your owm random quote generator, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/your-user-name/your-project-name
# Install dependencies
$ npm install
# Run the app
$ npm run dev