Kanban system & Chart using Nuxt3 + TailwindCSS + Echart β¨
- Kanban -> stages, tasks CRUD + localStorage syncronization ποΈ
- Charts with real time dynamic data βΉοΈ
- Tests with
playwrightfor Kanban β - Accessibility boosted π
- Build frontend with docker π
I'm a full stack developer...
Clone the project
git clone https://github.com/selimdev00/kovnisot-project.gitGo to the project directory
cd kovnisot-projectInstall dependencies
npm installStart the server
npm run devor
Build docker image
docker build -t sotnikov-frontend .Run docker container
docker run -p 3000:3000 -d sotnikov-frontendFor support, email selimdev00@gmail.com.
Tests are written in playwright, so there must be installed playwright on your host in order to run tests
To run tests, you can run the following commands
npm run e2e npm run e2e:web npm run e2e:uiIf you have any feedback, please reach out to us at selimdev00@gmail.com