Skip to content

Interview schedular a Single Page App(SPA) built with React and PostgreSQL allows users to manage appointments using dynamic interface

Notifications You must be signed in to change notification settings

BilliMorgan/scheduler

Repository files navigation

Interview Scheduler

https://amazing-benz-33c547.netlify.app/

A single page application that allows students to book time with interviewers in one of time slots. Students can choose particular day, time, interviewer and create the appointment. There is option to edit, delete booking, change their name. The main app was created using React Hooks, components - with Storybook, tested with Jest.

Setup

Install dependencies with npm install. Clone and instal beck-end server in the same folder using link: https://github.com/BilliMorgan/scheduler-api Install and seed database, run server.

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

Screenschots

"General view" "No appointment added" "Delete message"

About

Interview schedular a Single Page App(SPA) built with React and PostgreSQL allows users to manage appointments using dynamic interface

Topics

Resources

Stars

Watchers

Forks