Skip to content

jacques-blom/recoil-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦸‍♂️ Taskmaster

Sample todo list app to learn Recoil. Find the tutorial video here.

To get started

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

Any questions?

File an issue or reach out to me on Twitter (@jacques_codes). I'd be more than happy to help!

Completed code

If you want the completed code (as it would be at the end of the tutorial), check out the completed branch.