A simple, intuitive, and interactive Kanban board built with React(Create React App) and TypeScript.
- React
- TypeScript
- Zustand
- Formik
- Yup
- React DnD
- Styled Components
Ensure you have the following installed on your local machine:
-
Clone the Repository
-
Install Dependencies
npm install
- Start the Development Server
npm start
-
Open http://localhost:3000 to view it in the browser.
-
Build To build the application, run the following command:
npm run build