JS Recipe App
Simple recipe app written in vanilla JS using MVC pattern. It reads recipes from REST API, it has a search functionality (limited), it has bookmarks that is persisted into localStorage, it has a possibility to create a new recipe(create your own API KEY here & insert it into config.js as API_KEY variable).
npm start
- Reformat and optimize codebase (it was written as fast as possible)
- Create stylish UI
- Create UI for mobile version