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

https://github.com/infinitypaul/calender


https://github.com/infinitypaul/calender

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Calender Reservation

This web app allows to book a specific in a calender.


Creator | Getting Started

 

## 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!