Skip to content

Commit

Permalink
Creates README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
womcauliff authored Mar 6, 2019
1 parent b7a538a commit 81996d8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Appointment-Booking-App

An application which allows the user to view a list of available appointment times and to select one.

## Implementation

This project is implemented in React.js. Specifically, it is built on [`create-react-app`](https://facebook.github.io/create-react-app/) and uses [`reactstrap`](https://reactstrap.github.io/) for styling.
State is managed via the [`useReducer` Hook](https://reactjs.org/docs/hooks-reference.html#usereducer).

## Specifications

This application was built according to the following provided specs:

> - Build a screen which shows a list of hour-long time slots from 9am to 5pm.
>
> - When one time slot is clicked, pop up a modal which asks for name and phone number.
>
> - When the name and phone number is submitted, the time slot selected should change to red, indicating the time slot is no longer available.
>
> - If the red time slot is clicked on again, the modal will pop up with the name and phone number for that appointment prepopulated. Users will be able to edit the name and phone number to change the user for the appointment.
## Deployment

This demo app is live [on CodeSandbox](https://codesandbox.io/s/github/womcauliff/Appointment-Booking-App).

0 comments on commit 81996d8

Please sign in to comment.