8000 GitHub - roniardev/todo-web
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

roniardev/todo-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo Web

Simple Web Todo

Features

  • Create, Read, Delete, Update Todo
  • Animation using Framer Motion
  • Random Quote Get API
  • Form Validation
  • Responsive
  • Component Testing Using Vitest

Tech Stack

  • Next.js
  • Mantine
  • React Query
  • Zod
  • React Hook Form

npm scripts

Build and dev scripts

  • yarn dev – start dev server
  • yarn build – bundle application for production

Testing scripts

  • yarn vitest – runs jest tests
0