/recoil-todo-list

A simple todo list app, built using Recoil.

Primary LanguageTypeScriptMIT LicenseMIT

🦸‍♂️ Taskhero

Sample todo list app built with Recoil.

To get started

  1. Clone the repo
git clone git@github.com:epicdragon44/recoil-todo-list.git
  1. Install dependencies using Yarn
cd recoil-example-app
yarn
  1. Start the development server
yarn start