albho / scheduler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interview Scheduler

A single-page React application that allows users to book, edit, and cancel interviews.

View on Netlify

Stack:

Front End:

  • React
  • Axios
  • SCSS

Back End:

  • Node.js
  • Express
  • WebSockets
  • PostgreSQL

Testing:

  • Jest
  • Cypress
  • Storybook
  • Webpack Dev Server
  • Testing Library

Screenshots

"home page" "appointment form" "saving" "confirm delete" "error handling"

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


Languages

Language:JavaScript 80.5%Language:SCSS 16.2%Language:HTML 3.2%