Skip to content

diegojcastro/scheduler

Repository files navigation

Interview Scheduler

A project built with the React framework. Accesses data from a (separate) API server in order to display and update information regarding interviews.

Functionality

Create a new interview by clicking the "+" icon. Enter the student name and select an interviewer. Save your selection to add it to the database.

"GIF of creating a new appointment"

Edit to update existing interviews.

"GIF of editing an appointment"

Delete a scheduled interview. Update the number of available interview slots per day automatically.

"GIF of deleting an 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published