Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pvamshi/events
https://github.com/pvamshi/events
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pvamshi/events
- Owner: pvamshi
- Created: 2023-11-28T09:50:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T20:05:52.000Z (about 1 year ago)
- Last Synced: 2024-10-22T21:23:51.928Z (3 months ago)
- Language: Vue
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
1. Clone the repository
2. Install dependencies```sh
pnpm install
```
## Run
```sh
pnpm run dev
```
Run the dev command and check the app in the browser with the given URLNote: The `.env` file is also included in the source. Ideally in real project it should be coming from from CI/CD application
## Features yet to add or bugs
1. Fix the testing infrastructure and write tests
2. Make the modals responsive
3. Fix the UX for add guests
4. Error handling
5. Validations
6. Bug: Clicking on event when `allDay` is `false` gives an exception. A bug from the library
7. Implement `Edit` and `Delete` functionality for events