Skip to content

LiJamie1/interview-scheduler

Repository files navigation

Interview Scheduler

An interview scheduling application build with React.

This project was done during my web development bootcamp at Lighthouse Labs to learn React and various testing frameworks.

Stack

  • React
  • Webpack, Bable
  • Axios
  • Storybook, Webpack Dev Server, Jest, Cypress
  • Stretch Websocket

Features

  • Create an appointment
  • Edit an appointment
  • Delete an appointment
  • Spots remaining count updates as you delete, create and edit
  • Confirmation page on delete
  • Loading during Async operations
  • Mobile responsive

Other Features For Future Development

  • Block save if interviewer is not chosen - currently breaks the database if interviewer is left empty
  • Implement Websocket
  • Better test coverage

Screenshots

Root view Create Confirm delete Deleting

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

 
 
 

Contributors

Generated from lighthouse-labs/scheduler