Skip to content

JennyCarroll/scheduler

Repository files navigation

Interview Scheduler

A single page application built using React and tested by Jest, Storybook and Cypress.

Book, edit and delete appointments for each day of the week and see how many spots are left!

Tech Stack

React (Webpack, Babel) Axios Storybook, Jest, Cypress

Final Product

"Screenshot of interview scheduler"

"Gif of booking appointment"

Setup

Install dependencies with npm install.

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

This application is designed to run concurrently with an existing PostgreSQL database through scheduler-api. The client application communicates with the API server over HTTP, using the JSON format.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published