Take a look at some of the things I've work on
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.
ViewFirst, you will use the Bootstrap CSS Framework to create a mobile responsive portfolio.
ViewCreate 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.
ViewBuild 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.
ViewCreate 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.
ViewThird-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.
ViewThis 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.
ViewThis 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
ViewThis 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.
ViewDevelopers 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