TheDevPath / Navi

Open Source Project for Grow with Google Udacity Scholarship Challenge - Navigation app using offline first strategy and google maps api - To get started please refer to the README.md - CONTRIBUTING.md and the project Wiki
https://navi-rocks.herokuapp.com/
MIT License
53 stars 63 forks source link

Consolidated createInput, createButton and createLabel functions into… #312

Closed steveone closed 6 years ago

steveone commented 6 years ago

Merge duplicate functions (createLabel, createInput, createButton) into a single utility file

New location client/src/js/utilities.js.

Issue Number: #268

Issue Description:

Merge duplicate functions into single utility file

Summary of solution:

  1. Merged duplicate functions from two file into a single utility file.

Can this issue be closed?

Testing code has not been added but could be moved to a new issue if desired