To view project demo, click here.
- Fork the project.
- Clone the project using
git clone git@github.com:<YOUR-USERNAME>/kanban-board.git
- Navigate to the project directory
cd kanban-board
using your terminal window. - Install dependencies with
npm install
. - Run
npm start
to start the development server. - Enter the URL
http://localhost:3000/
in your browser. - To stop the development server, press
CTRL + C
in your terminal window.
- React 17.0.2
- TypeScript 4.5.4
- Redux Toolkit 1.7.1
- Styled Components 5.3.3
- Bootstrap Icons 1.7.2
- UUID 8.3.2