Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lubosgarancovsky/aurora-fe
Client side of a task managment application.
https://github.com/lubosgarancovsky/aurora-fe
Last synced: 10 days ago
JSON representation
Client side of a task managment application.
- Host: GitHub
- URL: https://github.com/lubosgarancovsky/aurora-fe
- Owner: lubosgarancovsky
- Created: 2024-05-27T09:51:06.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-30T12:56:44.000Z (4 months ago)
- Last Synced: 2024-07-30T16:17:18.776Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aurora
Aurora is my personal full-stack web application designed to allow users to create and manage their projects efficiently by creating tasks and subtasks, reassigning them between team members, and moving them between different states.
## Front end
Front end of the application is written with Next.js and Tailwind. For queries, I used TanStack Query ( React Query ) library.
JWT authentication is done using the NextAuth and its credentials provider.Application includes board with draggable cards similar to Jira board and an option to create a team and invite members to help collaborate on the project.