A barber app which has the functionality of allowing customers to book appointments for a barber shop.
- HTML
- CSS (Styled-Components)
- JavaScript
- React
- Redux - Redux Saga
- Node.js API
Created using create-react-app
BarberApp - Node.js backend
npm install
Installs all necessary dependencies using node package manager.
npm start
Runs the app in development mode.
npm run build
Creates the final build of the project to be deployed on the server.