A Trelloboard to help manage and visualize your project workload & progress with a simple & pretty interface
Trello Board ?
A Trelloboard to help manage and visualize your project workload & progress with a simple & pretty interface (basically a trello clone).
Demo: https://trelloboard.pages.dev/
Features ?
- Helps manage & visualize your project workload & progress with ease.
- Stores your data privately in your browser’s inbuilt local storage.
- Dark mode to rescue when working in a dark environment.
- Simple & pretty interface – just the way you’d expect.
Technologies used ?️
- React – Front-End JavaScript library
- Typescript – JavaScript with syntax for types.
- Windi CSS – Next generation utility-first CSS framework
- Feather Icons – Simply beautiful open source icons
- Vite – Frontend Tooling
Build yourself
- Clone this repo
git clone https://github.com/nimone/trelloboard && cd trelloboard
- Install project dependecies
npm install
- Build the project and start a local server
npm run build && npm run serve
Or, run a development server using
npm run dev