https://github.com/khalidsheet/home-assignment-event-management
https://github.com/khalidsheet/home-assignment-event-management
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khalidsheet/home-assignment-event-management
- Owner: khalidsheet
- Created: 2024-10-23T13:12:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T01:31:25.000Z (over 1 year ago)
- Last Synced: 2025-05-15T00:38:22.352Z (about 1 year ago)
- Language: Vue
- Homepage: https://home-assignment-event-management.netlify.app/
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# event-management-dashboard
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```
---
## Project Details
### Deliverables
- Fully functional calendar view dasboard.
- Search for events.
- LocalStorage state with Vuex + custom plugin.
- Colored events based on Status.
---
### Tools
- VueJS
- VueCal
- TailwindCSS
- Vuetify
### Store
- Vuex (State Management)
---
## Performance


