junclemente / j30-typeahead

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project: Type Ahead

About

I've been doing some form of web development for about seven years or so... mostly basic HTML, CSS and JavaScript. I've taken two of Udacity's nanodegree programs: Front End and Full Stack Web Developer. I have learned a lot from those courses but I know that there are situations and use cases that I haven't seen or been exposed to.

I recently heard about Wes Bos and also his 30 Day JavaScript challenge. It's a free course (at least during the writing of this) and it can be found here: javascript30.com

This project is a practice in writing vanilla JavaScript and to learn about other use cases.

View Project

Click here to view the live project.

Project takeaways

  • fetch: JavaScript API that returns a promise, similar to jQuery.ajax()
  • RegExp: Use of regular expressions to highlight a section of text

About


Languages

Language:HTML 60.3%Language:CSS 39.7%