zaydek / todo-app-mvp

React-based Todo app MVP. Uses useImmerReducer. ✨

Home Page:https://todo-app-mvp.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo App MVP

160 LOC to demonstrate how I would author a MVP todo app in React. Note that this app has no styling and is purely functional.

I typically use uuid/v4 to generate UUIDs and use-immer to implement the reducer pattern using a mutative API.

This project was bootstrapped with Create React App. ⚛️

License

Open source software licensed as MIT.


Follow me on Twitter @username_ZAYDEK! 🖖

About

React-based Todo app MVP. Uses useImmerReducer. ✨

https://todo-app-mvp.netlify.app

License:MIT License


Languages

Language:JavaScript 97.0%Language:HTML 3.0%