lautaandreani / todo-ts-app

devchallenges todo app with Vite + Typescript + React + CSS

Home Page:https://todoapp-react-ts.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo app ✅ - devchallenges.io

Challenge: Create a todo app following given designs. Use Front-end libraries like React or Vue. Don’t look at the existing solution. Fulfill user stories below:

  • 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

Challenge | Design

Stack

  • React ⚛️
  • Typescript ✅
  • CSS 🎨

How to run 🏃

npm i

npm run dev

Preview

preview image

About

devchallenges todo app with Vite + Typescript + React + CSS

https://todoapp-react-ts.vercel.app/


Languages

Language:TypeScript 63.6%Language:CSS 23.3%Language:JavaScript 10.2%Language:HTML 3.0%