Alice's Cafe is cafe menu website built in React.
Users have the functionality to:
- Add items to the menu
- View snacks and drinks on the menu
- View details of a single snack or drink
- View how many snacks and drinks there are
Built with: Javascript, React, JSON-Server
- Open terminal window and run:
npm i npm start
- Open another terminal window and run:
npm run start-be
To run tests: npm run test