https://github.com/infinitypaul/calender
https://github.com/infinitypaul/calender
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/infinitypaul/calender
- Owner: infinitypaul
- Created: 2020-06-06T16:45:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:08:57.000Z (over 3 years ago)
- Last Synced: 2025-10-08T23:56:56.285Z (10 months ago)
- Language: Vue
- Size: 3.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calender Reservation
This web app allows to book a specific in a calender.
## Pre-requisites
- Node v12.
## Getting Started
1. Install dependencies via npm.
```
npm install
```
2. Runs the app in the development mode.
```
npm run serve
```
## Project Overview
Made with firebase, vue and vuex. At the initial load, we fetch a list of all available reservations, On click on the date, your view the reservations a specific date, Click On Add Event To Add New Reservations
## Features
* Custom Modal
* Add, View And Delete Reservations
* View All Date In A Year
## Folder Walkthrough
>src/component
Dominant views are divided in their directories. If a component is not very complicated or is only used within one component - it is stored in its parent component directory
>src/store
Contains mutations, getters and actions, keeps track of the current state of the application.
>src/components/Modal
Custom modals are kept here
Enjoy!