Project #1:
Note Taker
Employee Tracker

This web application can create and save the notes that a user created. It can also delete the note by simply selecting the note that you want to delete and click the delete button.

Core responsibilities included write, save, and delete notes. This application will use an express backend and save and retrieve note data from a JSON file.

Project #2:
Team Profile Generator
Employee Tracker

This application will prompt a manager with sets of questions to manage the employees under a management. After answering all the necessary questions the app will generate a html file that shows all the employees that the manager inputted into the app.

Core responsibilities included managing/creating a team by putting their basic infos, and taking the information about employees and generating an HTML webpage that displays summaries for each employee.

Project #3:
Employee Tracker
Employee Tracker

This is a command line application that manages employees with MySQL database. The user can use this command line application to manage employees by their role, department, and manager, and the user can modify each employee’s role, department, and managers.

Core responsibilities included prompting users with a set of user prompts that are easy to navigate through, adding and removing employees, roles, and departments, and setting an employee to a manager.

Project #4:
Code Quiz
Employee Tracker

This web application is a simple multiple choice basic knowledge game that tracks your progresses and scores. Everytime a user gets a right answer, it will automatically add 100 points to the scoreboard, and later you can save your score with your name to the leaderboard.

Core responsibilities included three html pages for Home, Quiz, and Leaderboard, clean and simple user interface, save button for the user to save the high-score.