This is a simple clone of Trello like task management board. You can see the live version here -- https://trello-clone-react.netlify.com/
To experience this power, do the following.
- Install dependencies
cd trello-board/
npm i
- To start development server:
npm run dev
- Go to http://localhost:8080 and take the app for a spin!
- To create production build:
npm run build
- Start any server in the directory
cd ./dist
python3 -m http.server
OR
python -m SimpleHTTPServer
OR
Any HTTP server you like
- Go to address mentioned in the cli
- Create Lists
- Create Tasks
- Reorder, drag & drop tasks
- Reorder lists
- Filter tasks
- Send invitations
- Update tasks
- Delete tasks
- Change background