AS Script

Projects

Take a look at some of the things I've work on

Code Refactor

One of the most common tasks for front-end and junior developers is to take existing code and refactor it to either meet a certain set of standards or implement a new technology.

Your task is to refactor an existing webpage to make it accessible.

View

Responsive Portfolio

First, you will use the Bootstrap CSS Framework to create a mobile responsive portfolio.

View

Password Generator

Create an application that generates a random password based on user-selected criteria. This app will run in the browser and feature dynamically updated HTML and CSS.

View

Web APIs: Code Quiz

Build a timed code quiz with multiple-choice questions. This app will run in the browser and feature dynamically updated HTML and CSS powered by your JavaScript code.

View

Third-Party APIs: Work Day Scheduler

Create a simple calendar application that allows the user to save events for each hour of the day. This app will run in the browser and feature dynamically updated HTML and CSS powered by jQuery.

View

Server-Side APIs: Weather Dashboard

Third-party APIs allow developers to access their data and functionality by making requests with specific parameters to a URL. Your challenge is to build a weather dashboard that will run in the browser and feature dynamically updated HTML and CSS.

View

Node.js and ES6+: Good README Generator

This command-line application dynamically generates a README.md from a user's input. The user will be prompted for their GitHub username, which will be used to make a call to the GitHub API to retreive their email address and profile image.

View

OOP: Template Engine - Employee Summary

This is a software engineering team generator command line application. The application will prompt the user for information about the team manager and then information about the team members. When the user has completed building the team, the application will create an HTML file that displays a nicely formatted team roster based on the information provided by the user

View

Express: Note Taker

This application can be used to write, save, and delete notes. It uses an express backend and save and retrieve note data from a JSON file.

View

MySQL: Employee Tracker

Developers are often tasked with creating interfaces that make it easy for non-developers to view and interact with information stored in databases. Often these interfaces are known as Content Management Systems. This solution manages a company's employees using node, inquirer, and MySQL.

View