React-TODO

A minimal todolist app made for organising my tasks.

MIT License

Stars
1

React-TODO 🗊

A minimal todolist app made for organising my tasks

Currently uses Browser LocalStorage.

Made with: React ChakraUI

Installation

  1. Clone this repo

     git clone https://github.com/reenphygeorge/React-TODO
    
  2. Install Dependencies

     pnpm install
    
  3. Start the react server

     pnpm dev
    
  4. Start Tinkering ⭐

Wanna Contribute, refer here