Skip to content

Single page application built with React to schedule interviews

Notifications You must be signed in to change notification settings

briantran98/scheduler

Repository files navigation

Interview Scheduler

Interview Scheduler is a single page app built in 2 weeks to book, delete and edit interviews with possible mentors. The application is built with REACT, webpack, babel, axios, storybooks, jest and cypress. The application has a 96% code coverage and is tested with each merge with circleCI

Setup

Install dependencies with npm install.

Dependencies

  • axios
  • classnames
  • normalize.css
  • react
  • react-dom
  • react-scripts

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

Running Cypress End to End Test

npm run cypress

Screen Shots

Main landing page

"Main screeen showing all of the interviews"

Mouse hover effect on an interview

"Appointment card showing the edit and delete button with a mouse hover"

Edit/Submit form to create/update interview

"Form to create or update an interview"

Confirmation screen after hitting the trash can icon

"Confirmation screen to safeguard against destructive ability"

About

Single page application built with React to schedule interviews

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages