Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hernandez87v/scheduler
🗓 An Interview Scheduler App using React and Storybook
https://github.com/hernandez87v/scheduler
Last synced: about 2 months ago
JSON representation
🗓 An Interview Scheduler App using React and Storybook
- Host: GitHub
- URL: https://github.com/hernandez87v/scheduler
- Owner: hernandez87v
- Created: 2020-04-11T19:56:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T11:41:29.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T21:08:22.001Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 2.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interview Scheduler :date:
Schedule your interviews in one place to keep them organized.
## Setup :package:
Install dependencies with `npm install`.
## Running Webpack Development Server :computer:
```sh
npm start
```## Running Jest Test Framework :flags:
```sh
npm test
```## Running Storybook Visual Testbed :blue_book:
```sh
npm run storybook
```
## Completed with:
- React
- Webpack, Babel
- Axios, WebSockets
- Axios
- Storybook, Webpack Dev Server, Cypress, Jest, Testing Library## Screenshots :framed_picture:
!["Interview Scheduler Page"](https://github.com/hernandez87v/scheduler/blob/master/docs/scheduler-home.png?raw=true)
!["Creating an appointment"](https://github.com/hernandez87v/scheduler/blob/master/docs/scheduler-create.png?raw=true)