/todo-dapp-frontend

Simple todo app created using React that interacts with Smart Contract

Primary LanguageTypeScript

Todo DApp

Description

TODO DAPP is a simple todo app that stores todos in blockchain by interacting with the Solidity contract.

Table of Contents

Installation

Make sure you have Node.js installed on your PC. Recommended to go with the LTS version.

To install dependencies:

npm install
# or
yarn

Usage

Once all the packages are installed, run the following command to run the application

npm run dev
# or
yarn dev