Educational project with Cafe Menu page. Filter food and drinks by clicking on categories.
Live Demo
You will need node and npm installed globally on your machine.
$ git clone https://github.com/abatushkova/edu-react-cafe-menu.git
$ cd cafe-menu
$ npm install
$ npm start
Open http://localhost:3000 to view it in the browser.
$ npm run build
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!