Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timajuma/scheduler
https://github.com/timajuma/scheduler
four squad-accounts test1 three
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/timajuma/scheduler
- Owner: TimaJuma
- Created: 2020-08-29T23:52:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T14:02:48.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T22:54:25.738Z (almost 2 years 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
!["view appointments"](docs/1_start_view.png)
#### 2. Create a new appointment
!["view appointments"](docs/2_create.png)
#### 3. Created an appointment and spots remaining updated accordingly
!["view appointments"](docs/3_created.png)
#### 4. Edit the appointment
!["view appointments"](docs/4_edited.png)
#### 5. Delete confirmation component rendered
!["view appointments"](docs/5_delete.png)
#### 6. Deleted and spots remaining updated accordingly
!["view appointments"](docs/6_deleted.png)