It is a multipage web application powered by DummyJSON API, that shows lists of recipes, allows to save recipes (in localStorage) and search recipe by name.
Live Demo: https://reciptoria.com/
- HTML
- SASS(SCSS)
- JavaScript
- Webpack
- DummyJSON API
- Creating multiple page application in Webpack
- How to implement live search
- How to implement 'Load more' button
- Work with ES modules
Clone the project
git clone https://github.com/juliabgkv/recipes-js.git
Go to the project directory
cd recipes-js
Install dependencies
npm install
Start the server
npm run start