https://github.com/timajuma/scheduler
https://github.com/timajuma/scheduler
four squad-accounts test1 three
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timajuma/scheduler
- Owner: TimaJuma
- Created: 2020-08-29T23:52:52.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T14:02:48.000Z (over 3 years ago)
- Last Synced: 2025-02-26T14:14:38.519Z (over 1 year ago)
- Topics: four, squad-accounts, test1, three
- Language: JavaScript
- Homepage:
- Size: 2.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```sh
npm start
```
## Running Jest Test Framework
```sh
npm test
```
## Running Storybook Visual Testbed
```sh
npm run storybook
```
## The views of Final implementation
#### 1. View all the available appointments with remaining spots on each day

#### 2. Create a new appointment

#### 3. Created an appointment and spots remaining updated accordingly

#### 4. Edit the appointment

#### 5. Delete confirmation component rendered

#### 6. Deleted and spots remaining updated accordingly
