A kanban task management app built with React and json-server for as part of the frontend course at Tampere University of Applied Sciences. As this is created as part of a frontend course, the backend is done with a simple json-server package.
See demo.
Clone the repository.
git clone https://github.com/mirorauhala/popsicle
cd popsicle
Run the following command in the project root.
npx json-server -h localhost -p 3010 db.json
Run the following command in the project root. A web-server will be available at http://localhost:3000
npm install && npm run start