Skip to content

An Interview scheduler made using ReactJS with the APIs previously build using Ruby on rails.

License

Notifications You must be signed in to change notification settings

aswanthkoleri/Interview-Scheduler-ReactJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview-Scheduler-React

An Interview scheduler made using ReactJS with the APIs previously build using Ruby on rails.

Implementation details

  • The master branch has the Redux implementation of the App
  • The mobx branch has the Mobx implementation of the App

Installation

  • Clone the repo https://github.com/aswanthkoleri/Single-Page-Interview-Scheduler.git and Folow the steps mentioned to run it. This is the backend and provide the API endpoints
  • Run npm install
  • Run npm start
  • The app is up and running on http://localhost:3000/

Node version : v12.14.1
NPM version : 6.13.4