Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)