Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 545 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 545 Bytes

js-recipe-app

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).

Start

npm start

TODO:

  • Reformat and optimize codebase (it was written as fast as possible)
  • Create stylish UI
  • Create UI for mobile version