/todo-app

Primary LanguageTypeScript

React TypeScript Kanban Board

A simple, intuitive, and interactive Kanban board built with React(Create React App) and TypeScript.

Technologies Used

  • React
  • TypeScript
  • Zustand
  • Formik
  • Yup
  • React DnD
  • Styled Components

Getting Started

Prerequisites

Ensure you have the following installed on your local machine:

Installation

  1. Clone the Repository

  2. Install Dependencies

npm install
  1. Start the Development Server
npm start
  1. Open http://localhost:3000 to view it in the browser.

  2. Build To build the application, run the following command:

npm run build