Project One: Your First Web Application
HTML, CSS, & JavaScript
- Build an application with HTML, CSS, JavaScript. Push the working code up to this repo.
- Reminder: You are a developer now so please make frequent commits to github.
- Use fetch to make a request to an external data source (API) and insert some of the data retrieved into the DOM.
Challenge Yourself
- Have one or more complex user interface modules such as a carousel, drag and drop, a sticky nav, tooltips, etc
- Look into localstorage so you can save data to the user's browser