An open API service indexing awesome lists of open source software.

https://github.com/khalidsheet/home-assignment-event-management


https://github.com/khalidsheet/home-assignment-event-management

Last synced: 5 months ago
JSON representation

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

- Build Output
photo-2024-10-24-04-14-46

- Desktop View Performance (Lighthouse)
photo-2024-10-24-04-15-10

- Mobile View Performance (Lighthouse)
photo-2024-10-24-04-16-01