A Trello-inspired board designed to assist in organizing and tracking project tasks and advancements, featuring an intuitive and aesthetically pleasing interface.
Demo: https://trello-board-react.vercel.app
Screenshot (Light Theme):
Screenshot (Dark Theme):
- Effortless project management and visualization
- Private data storage in your browser
- Dark mode for low-light environments
- Simple and aesthetically pleasing interface
- Support for multiple projects/boards
- Easy export/import in JSON format
- React - Front-End JavaScript library
- Typescript - JavaScript with syntax for types.
- Zustand - Bear necessities for state management in React.
- Windi CSS - Next generation utility-first CSS framework
- Feather Icons - Simply beautiful open source icons
- Vite - Frontend Tooling
- Clone this repo
git clone https://github.com/alisamirali/trelloboard && cd trelloboard
- Install project dependencies
npm install or npm i
- Start a local server
npm run dev