Collegeboard CPT
Program and Purpose
- The purpose of this project is to inform users of the stock market and how it works. This would help them in the future or even now if they wanted to consider investing in the stock market.
- One of the programs that I worked on was the the stock quiz, users would answer questions about different terms used in the stock market. Another feature I worked on is to allow users to input their own stock and a fun fact about it.
Data abstraction
- The first part of the data abstraction of the quiz is the questions. It gets the questions and the multiple choice options from the quiz to display for the user.
- The backend data abstraction happens when it get the stock and fun fact from the database that holds the data from the user.
- Another part of the data abstraction is the pulling from the api to the frontend.