Skip to content

umarhasnain/rs-build-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README — Quick steps to run

  1. Create a new rsbuild React project (recommended):
# interactive starter that installs correct rsbuild packages
npm create rsbuild@latest my-todo
cd my-todo
  1. Replace the generated index.html and src files with the files above (or copy the src contents into your project).
  2. Install deps (if not already):
npm install
  1. Start dev server:
npm run dev
# open http://localhost:5173 (or the port rsbuild shows)
  1. Build for production:
npm run build
npm run preview

Notes & ideas for improvement

  • Replace localStorage with a backend API to persist across devices.
  • Add filtering (active/completed), bulk actions, or drag-and-drop reordering.
  • Add unit tests and E2E tests.

That's the complete small Todo app ready to run with rsbuild. Copy the files into your rsbuild project and npm run dev to try it.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published