/todo-app

A simple todo app frontend written in React

Primary LanguageTypeScriptMIT LicenseMIT

Todo App

Netlify Status

A simple todo app made with the purpose of learning how to use React and MobX. A live build of the master branch can be found here

Building and Running

To build and run the project, first clone the repo
git clone git@github.com:raduschirliu/todo-app

and install all dependencies through NPM
npm i

Then, it can be ran with
npm start

or, alternatively, it can be built for production with
npm run build