Skip to content

✔️ Simple todo app using TypeScript, React, React Hook Form, MobX, Styled Components and Evergreen UI

Notifications You must be signed in to change notification settings

on3dd/react-mobx-todo

Repository files navigation

✔️ Simple todo app using React, MobX, TypeScript, React Hook Form, Styled components and Evergreen UI

tech stack

  • react 17.0
  • mobx 6.0.4
  • mobx-react-lite 3.1.6
  • react-hook-form 6.13
  • styled-components 5.2
  • evergreen-ui 5.1.2
  • typescript 4.1.3

how to install

clone this repository

# via http
$ git clone https://github.com/on3dd/react-mobx-todo.git

or

# via ssh
$ git clone [email protected]:on3dd/react-mobx-todo.git

enter the project directory

$ cd react-mobx-todo

install dependencies

npm install

how to start work with app

go to created folder and run: yarn start || npm run start — this will start dev server with hot reload on localhost:3000.

yarn build || npm run build — this will build production bundle, with tree-shaking, uglify and all this modern fancy stuff

About

✔️ Simple todo app using TypeScript, React, React Hook Form, MobX, Styled Components and Evergreen UI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages