Skip to content

Lumos-metaverse/To-Do-dApp

Repository files navigation

Decentralized Todo App 📝

A simple decentralized Todo App that displays a list of tasks and allows you to add new tasks to the list. The app is built using Next.js and Ethereum.

OG Image


🚀 Getting Started

To get started with the app, follow these simple steps:

  1. Clone the Repository: Begin by cloning the repository to your local machine using the following command:

    git clone https://github.com/Lumos-metaverse/To-Do-dApp
  2. Install Dependencies: Navigate to the cloned repository and install the required dependencies by running the following command:

    pnpm install
  3. Add Environment Variables: Create a .env file in the root directory of the project and add the following environment variables:

    NEXT_PUBLIC_TW_CLIENT_ID='thirdweb-client-id'

    You can get the thirdweb Client Id by visiting the dashboard.

  4. Run the Project: Once you have installed the dependencies and added the required environment variables, you are ready to run the project. To start the development server, run the following command:

     pnpm run dev

📷 Screenshots

Homepage

New Todo