Giter Club home page Giter Club logo

timecraft's Introduction

Expert Session Is A Minimal Interview Scheduler

This application allows users to schedule and manage interviews with ease.

Table of Contents
  • Setup

  • Testing

    • Jest
    • Story Book
  • What's included

Setup

To get started, please follow these steps:

1. Clone the repository to your local machine:

git clone [email protected]:cabbeer/ExpertSession.git

2. Navigate to the project's root directory:

cd [local_directory]/ExpertSession

3. Install the necessary dependencies:

npm install

6. Running the Application:

Once the setup is complete, you can start the application by running the following command:

npm start

This will start the webpack development server, and the application will be accessible at http://localhost:8000/.

Testing

This application includes a test suite built with Jest and Storybook and Cypress. To run the tests, use the following command:

npm test

This will execute all tests and display the results in the console.

Storybook

This application also includes a Storybook visual testbed. You can run Storybook by using the following command:

npm run storybook

This will start a local server, and the Storybook interface will be accessible at:

http://localhost:6006/.

What's Included:

├── README.md (you are here!)
├── cypress
├── cypress.json
├── jsconfig.json
├── package-lock.json
├── package.json
├── public
├── src
│   ├── components
│   │   ├── Application.js
│   │   ├── Application.scss
│   │   ├── Appointment
│   │   │   ├── Confirm.js
│   │   │   ├── Empty.js
│   │   │   ├── Error.js
│   │   │   ├── Form.js
│   │   │   ├── Header.js
│   │   │   ├── Show.js
│   │   │   ├── Status.js
│   │   │   ├── index.js
│   │   │   └── styles.scss
│   │   ├── Button.js
│   │   ├── Button.scss
│   │   ├── DayList.js
│   │   ├── DayListItem.js
│   │   ├── DayListItem.scss
│   │   ├── InterviewerList.js
│   │   ├── InterviewerList.scss
│   │   ├── InterviewerListItem.js
│   │   ├── InterviewerListItem.scss
│   │   └── __tests__
│   ├── helpers
│   ├── hooks
│   ├── index.js
│   ├── index.scss
│   ├── setupTests.js
│   └── styles
└── stories
    └── index.js

timecraft's People

Contributors

cabbeer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.