Implementation of Trello board
- React is set up from scratch (without CRA)
- Used Parcel for config-less build
- Commented parts of code for better understanding
- Organized code by folder (components, contexts, hooks)
- Used inbuilt context for state management
- Tried to make as much code reusable as possible
Initialize the project
npm i
npm start
The project will start at
http://localhost:1234
Had so much fun making this!