Interview Scheduler is a single page full stack web application that uses Javascript, ReactJS, SCSS and an API that uses NodeJS with PostgreSQL. The application allows you to book interviews for students with interviewers for any weekday and you can also cancel and edit interviews.
- Install dependencies using the
npm install
command. - Start the web server using the
npm start
command. The app will be served at http://localhost:8000/. - Go to http://localhost:8000/ in your browser.
- React
- Axios
- classnames
- normalize.css