React scheduler with up to five appointments per day. The information will be synced over multiple clients with the help of Web Sockets.
Install dependencies with npm install.
npm startnpm testnpm run storybook
Dependencies
axios
classnames
normalize.css
react
react-dom
react-scripts
Dev Dependencies
"@babel/core": "^7.4.3",
"@storybook/addon-actions": "^5.0.10",
"@storybook/addon-backgrounds": "^5.0.10",
"@storybook/addon-links": "^5.0.10",
"@storybook/addons": "^5.0.10",
"@storybook/react": "^5.0.10",
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^8.0.7",
"@testing-library/react-hooks": "^3.2.1",
"babel-loader": "^8.0.5",
"node-sass": "^4.11.0"
Getting Started
Install all dependencies (using the npm install command).
Get and install the server.
Run both the server and the client.





