Skip to content

kiron0/To-Do-Client

Repository files navigation

K Task TODO Web App

It's a simple React base Web App.

Here you can see a ToDo app for TODO list.


The following things in this project:

  • Home
  • Authentication
  • TODO (Individual User)
  • Other's data.

You can see me here: Click Me

Backend Code Repo: Click Here

Installation

git clone https://github.com/kiron0/To-Do-Client.git
cd To-Do-Client

Create .env.local file at root

REACT_APP_apiKey=

REACT_APP_authDomain=

REACT_APP_projectId=

REACT_APP_storageBucket=

REACT_APP_messagingSenderId=

REACT_APP_appId=

REACT_APP_BASE_API=

yarn
code .
yarn start

Prerequisites

The following open source packages are used in this project:

  • React JS v18
  • TailwindCSS
  • DaisyUI
  • React Router DOM v6
  • React Icons