Skip to content

Evavic44/tasky

Repository files navigation

Tasklemon Task Management Tool

Innovative task management for teams of all sizes. Streamline your workflow, boost productivity, and achieve your goals.

Technologies

  • React (TypeScript)
  • Tailwind CSS
  • Ant design
  • Axios

Run Project Locally

  • 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

Endpoint (Mockapi.io)

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

About

Task management tool

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published