Skip to content

FaezCat/scheduler

Repository files navigation

Interview Scheduler

Interview Scheduler is a simple, single-page, React-based application which permits you to create, edit, and delete appointments across various days (Mon - Fri). The use of PSQL also ensures that the appointments you generate persist across various sessions. On this topic, note that you will need to run both the PSQL server and the React-application concurrently in order for this app to function correctly. This is my first take at building a React-based project and I hope you enjoy my work!

"Screenshot of main view"

"Screenshot of creating/editing an appointment"

"Screenshot of deleting an appointment"

Setup

Install dependencies with npm install.

You will need to follow the set of instructions contained in the link below (in the README file specifically) in order to create and run the db server required for this application:

https://github.com/lighthouse-labs/scheduler-api

Please note that both the scheduler-api and interview scheduler applications will need to be running concurrently in order for the scheduler to function correctly

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