Skip to content

Files

simple-todo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 17, 2022
Feb 19, 2025
Sep 17, 2022
Sep 17, 2022
Sep 17, 2022
Sep 17, 2022
Sep 17, 2022
Oct 25, 2022
Sep 17, 2022
Feb 19, 2025
Sep 17, 2022
Sep 17, 2022
Sep 17, 2022
Feb 19, 2025

Simple todo example (View codesandbox)

The simplest example of react and easy-peasy.

Todo app with easy-peasy

This is a Vite + React + Typescript + Eslint + Prettier example based on this template.

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying src/components/App.tsx. The page auto-updates as you edit the file.

The easy-peasy store & models are located in the src/store folder. The main.tsx file wraps the <App /> component with the <StoreProvider>, so all child components can access the hooks exposed from the store/index.ts.