Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 626 Bytes

File metadata and controls

20 lines (14 loc) · 626 Bytes

Recipes-react-app

Simple app for creating recipes based on Webpack, React, Formik, Flow, Local storage and Sass

Project uses several libraries :

  1. Formik nad Yup for form validation
  2. isEqual method from lodash for comparison of arrays of objects
  3. UniqId for generating id's for each recipe
  4. Flow for maintaining types

HTML and style architecture is based on BEM methodology bind with Sass features - fully responsive

Time needed to finish task :

  1. System setup from scratch and Hello World - 0.5h
  2. Design, planning and building raw app logic - 7h
  3. Styling - 5h
  4. Adding Flow and Formik - 2h

Total : 14.5h