App – E.B.'s Lab http://wp.ebislab.com Beautiful strange experiments Wed, 30 Jan 2019 17:47:16 +0000 en-US hourly 1 https://wordpress.org/?v=5.4.13 Excercise Your Name App http://wp.ebislab.com/project/nameyourexcerciseapp/ Tue, 23 Oct 2018 14:33:28 +0000 https://themify.me/demo/themes/ultra-portfolio/?post_type=portfolio&p=45

The Name to Excercise Regimen App was created to understand switch-case Statements in Javascript.

Credits:

I would like to extend my gratidue to the following organizations for the mentorship and inspiration:

Art Cathey and the Womb School
Elevation Allah from VisitBlackHouston.com
Udacity.com for the scholarship

 

 

]]>
React Map Project http://wp.ebislab.com/project/react-map/ Sun, 21 Oct 2018 14:40:15 +0000 https://themify.me/demo/themes/ultra-portfolio/?post_type=portfolio&p=47

This project features a single-page application with a map of a neighborhood .

Additional functionality has been added to display:

  • map markers to identify popular locations
  • a search function to easily discover these locations
  • a listview to support simple browsing of all locations.

Upon research, I found it easier to use FourSquare API as the third party api to provide additional information about each of these locations

]]>
UI Challenge http://wp.ebislab.com/project/ui-challenge/ Fri, 19 Oct 2018 18:21:58 +0000 https://themify.me/demo/themes/ultra-photography/?post_type=portfolio&p=58

I will be challenging myself for the next 100 days to work on a UI challenge.

]]>
Pixel Art Maker http://wp.ebislab.com/project/pixel_art_maker/ Wed, 17 Oct 2018 14:42:41 +0000 https://themify.me/demo/themes/ultra-portfolio/?post_type=portfolio&p=50

Learned how to build a single app that allows users to create their own pixel art.

#javascript #udacity

]]>
Arcade Game http://wp.ebislab.com/project/arcade/ Wed, 02 May 2018 18:53:45 +0000 https://themify.me/demo/themes/ultra-photography/?post_type=portfolio&p=65

An HTML5 Canvas powered video game, developed using the best practices in Object Oriented JavaScript.

]]>
Travel Weather App http://wp.ebislab.com/project/travelweatherapp/ Fri, 27 Apr 2018 18:19:17 +0000 https://themify.me/demo/themes/ultra-photography/?post_type=portfolio&p=56

This app was a collaboration of the frontend and backend team at a Hackathon.

Front End Technology used:

Boostrap, HTML, CSS, Vanilla Javascript.

Backend Method:

Architectural or native Javascript features used.

  • express – only for incoming GET requests
  • node-fetch – only for outgoing GET requests to the three APIs.
  • Used destructuring and the spread operator fairly extensively in conjuction to vanilla javascript.
  • Used Promise.all()
  • Async and await to avoid lots of .then()calls.
  • Put all the third party calls in their own service file to abide by standard best practice.
]]>