Innovative task management for teams of all sizes. Streamline your workflow, boost productivity, and achieve your goals.
- React (TypeScript)
- Tailwind CSS
- Ant design
- Axios
- Clone repository
git clone https://github.com/Evavic44/tasky.git
cd tasky
-
Rename
.env.example
to.env
-
Start dev server
npm install
npm run dev
Visit localhost:5173 to see the app live
Tasky uses a free mock backend API to illustrate a more real-world implementation. Although it is grossly a shadow of what the actual implementation would be as this API is quite limited.
API_ENDPOINT = https://API_KEY.mockapi.io/api/v1/:
METHODS: GET, GET /tasks/:id, POST, PUT: /tasks/:id, DELETE: /tasks/:id