Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
/ popsicle Public archive

A kanban task management app built with React.

Notifications You must be signed in to change notification settings

mirorauhala/popsicle

Repository files navigation

Popsicle

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.

Usage

Clone the repository.

git clone https://github.com/mirorauhala/popsicle
cd popsicle

Start the backend server

Run the following command in the project root.

npx json-server -h localhost -p 3010 db.json

Start the frontend server

Run the following command in the project root. A web-server will be available at http://localhost:3000

npm install && npm run start

About

A kanban task management app built with React.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published