Giter Site home page Giter Site logo

sba_308a_js_web_app's Introduction

SBA 308A: JavaScript Web Application

Introduction

This assessment measures your capability to implement advanced JavaScript tools and features in a practical manner. You have creative freedom in the topic, material, and purpose of the web application you will be developing, so have fun with it! However, remember to plan the scope of your project to the timeline you have been given.

Objectives

  • Use asynchronous JavaScript tools to build a responsive web application.
  • Demonstrate understanding of the JavaScript event loop.
  • Generate asynchronous code using Promises and async/await syntax.
  • Use fetch and/or Axios to interact with an external web API.
  • Organize files using modules and imports.

Instructions

You will create a small single-page web application. The topic and content of this application is entirely up to you; be creative! You will need access to an external API in order to complete the requirements listed below.

Requirements

The requirements listed here are absolute minimums. Ensure that your application meets these requirements before attempting to further expand your features. Create your application locally, and initialize a local git repo. Make frequent commits to the repo. When your application is complete, push your repo to GitHub and submit the link to the GitHub page using the submission instructions at the top of this document.

  • Use the fetch API or Axios to communicate with an external web API. Use the data provided by this API to populate your application’s content and features.
  • Create user interaction with the API through a search feature, paginated gallery, or similar. This feature should use GET requests to retrieve associated data.
  • Make use of Promises and async/await syntax as appropriate.
  • Organize your JavaScript code into at least three (3) different module files, and import functions and data across files as necessary.
  • Ensure the program runs as expected, without any undesired behavior caused by misunderstanding of the JavaScript event loop (such as race conditions, API calls being handled out of order, etc.).
  • Create an engaging user experience through the use of HTML and CSS.
  • Ensure that the program runs without errors (comment out things that do not work, and explain your blockers - you can still receive partial credit).
  • Commit frequently to the git repository.
  • Include a README file that contains a description of your application.
  • Level of effort displayed in creativity, presentation, and user experience.

sba_308a_js_web_app's People

Contributors

wu-ailsa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.