Skip to content

MindaugasJasiunas/js-recipe-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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