Skip to content

RAtul14ApriL/scheduler

Repository files navigation

Interview Scheduler

Introduction

Scheduler is a modern client application using the React view library, created by Hefzul Bari a.k.a Ratul (https://github.com/RAtul14ApriL) as project requirement of Lighthouse Labs Web Development Bootcamp November 2021 West Cohort. Using this app users can book new interview, edit existing interviews and cancel an interview. This single page app is created using ReactJS, Webpack, Babel, Axios, WebSockets, Webpack Dev Server, PostgreSQL, Node JS, SASS and modern testing tools such as, Storybook, Jest, Cypress and React testing library.

This project is tested in different levels- i.e- static testing, unit testing, integration testing and end-to-end testing. Overall test coverage is 62%. All the core requirements have been covered.

Project URL

https://github.com/RAtul14ApriL/scheduler

Setup

Clone from the project URL.

Then install dependencies with npm install.

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

Running Database

Please clone the repo https://github.com/RAtul14ApriL/scheduler-api and follow the instructions provided in README.md file to start the database api and the app work properly.

Dependencies

"classnames": "^2.2.6",

  • "normalize.css": "^8.0.1",
  • "react": "^16.9.0",
  • "react-dom": "^16.9.0",
  • "react-scripts": "3.0.0"
  • "body-parser": "^1.18.3",
  • "cors": "^2.8.5",
  • "dotenv": "^7.0.0",
  • "express": "^4.16.4",
  • "helmet": "^3.18.0",
  • "pg": "^8.5.0",
  • "socket.io": "^2.2.0",
  • "ws": "^7.0.0"

Screenshots

"Default page" "Booking_Interview" "Filling up Interview Form" "Displaying Interview" "Confirmation before deleting"

About

Interview scheduler project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from lighthouse-labs/scheduler