https://github.com/deniyaldanidan/pets-manager-frontend
https://github.com/deniyaldanidan/pets-manager-frontend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deniyaldanidan/pets-manager-frontend
- Owner: deniyaldanidan
- Created: 2024-03-22T16:35:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-17T21:29:23.000Z (about 1 year ago)
- Last Synced: 2025-02-10T16:52:10.313Z (4 months ago)
- Language: Vue
- Size: 539 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pets-Manager (Frontend)
## TODOS
- [x] Initial Setup
- [x] Cleanup & Add Fonts
- [x] Install TailwindCss & Color-Themes
- [x] Add Metadata & Favicons
- [x] Basic Layout (Header & Footer)- [x] Design Login & Register Forms
- [x] Implement Login Functionality- [x] Form Validation
- [x] Handling Errors
- [x] Sending data to API- [x] Implement Register Functionality
- [x] Form Validation
- [x] Handling Errors
- [x] Sending data to API- [x] Implement Auth Store
- [x] Show Auth Status in Header
- [x] Implement Logout
- [x] Protect the routes (with or without Roles)- [x] Add Loading State in Auth
- [x] Go back to `home` when logged-out.
- [x] Handle 404.
- [x] `Guest only` guard.- [x] Build an basic admin dashboard
- [x] Manage Breeds List
- [x] Build Basic Breeds View
- [x] Fetch All Breeds in the Admin Panel
- [x] Implement interactive table on Breed View
- [x] Implement ADD/Edit Breed Functionality
- [x] Implement Delete Breed Functionality