This is our third large scale projects form my schooling at Lighthouse Labs. This is a usefull scheduler application designed to help organize the day by allowing a student to book a one hour time slot with there favorite mentor. This project helped teach us about front end development using React and quering our built database using ajax and webpack.
- Clone this repository onto your local device.
- Install dependencies using the
npm install
command. - Start the webpack server using the
npm start
command. - Start the webpack client server using the
npm start
command. The app will be served at http://localhost:8000/. - Visit http://localhost:8000/ to view the app.
npm start
npm test
npm run storybook
- axios
- classnames
- normalize.css
- react
- @babel/core
- @storybook
- @testing-library/react
- prop-types