Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 722 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 722 Bytes

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Activities done:

Addition of new list.

Addition of the cards to the lists.

Drag and Drop the cards and lists

Basic designing using styled components.

Activities ToDo:

Add Node.js Backend to persist the task in each card and list.

Handle editing of lists and cards title text.

Some more design fixes.