An open API service indexing awesome lists of open source software.

https://github.com/maxcore25/react-mobx-todo-list

CRUD of Todo List using React.js/Next.js + TypeScript + MobX + Chakra UI
https://github.com/maxcore25/react-mobx-todo-list

chakra-ui mobx mobx-react-lite react react-mobx react-ts reactjs ts typescript

Last synced: 3 days ago
JSON representation

CRUD of Todo List using React.js/Next.js + TypeScript + MobX + Chakra UI

Awesome Lists containing this project

README

          

# react-mobx-todo-list

## Getting Started

1. Run the development server:

```bash
npm run dev
# or
yarn dev
```

2. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

---

You can start editing components by modifying files in `app/components`.

You can start editing global store by modifying `app/store/todoStore.ts`.