TimaJuma / scheduler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interview Scheduler

This is a FullStack APP with Front END written in React

This APP allows you to manage your appointments:

  • Create appointment by selecting appropriate date
  • Edit it
  • Delete it

Setup

Install dependencies with npm install and follow further istructionss

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

The views of Final implementation

1. View all the available appointments with remaining spots on each day

"view appointments"

2. Create a new appointment

"view appointments"

3. Created an appointment and spots remaining updated accordingly

"view appointments"

4. Edit the appointment

"view appointments"

5. Delete confirmation component rendered

"view appointments"

6. Deleted and spots remaining updated accordingly

"view appointments"

About


Languages

Language:JavaScript 81.9%Language:SCSS 15.1%Language:HTML 3.0%