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
- Host: GitHub
- URL: https://github.com/maxcore25/react-mobx-todo-list
- Owner: maxcore25
- Created: 2022-11-17T17:52:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T22:08:26.000Z (over 3 years ago)
- Last Synced: 2025-03-08T10:20:32.565Z (about 1 year ago)
- Topics: chakra-ui, mobx, mobx-react-lite, react, react-mobx, react-ts, reactjs, ts, typescript
- Language: TypeScript
- Homepage: https://react-mobx-todo-list.vercel.app
- Size: 302 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.