Skip to content

Latest commit

 

History

History
129 lines (66 loc) · 4.42 KB

README.md

File metadata and controls

129 lines (66 loc) · 4.42 KB

Web-Dev-Portfolio

All my current web development experience comes CS50 courses and thus there is no way to properly host them however I've provided all the code in this repo and images demostrating what each website does

CS50 Finance

Finance is a website where you login to quote stock prices, buy stock, sell stock, and deposit more money to buy stocks. Made with Flask, SQLite3, CSS, Javascript, and HTML


Registration

Start by making an account with a username and password

Screenshot 2024-08-28 at 9 07 19 AM


Login

After creating your account go ahead and login

Screenshot 2024-08-27 at 11 09 53 PM


Homepage

This is the main page where you can see all current stocks owned

Screenshot 2024-08-29 at 7 23 44 PM


Quote

Lets head to the quote tab in the top left and quote the price on some Apple stock. Type in the company stock symbol (AAPL) and press the quote button

Screenshot 2024-08-29 at 7 34 46 PM


Buy

Now lets go to the buy tab and buy some Apple stock. Type in the company stock symbol (AAPL), the number of stock you want to buy, and press the buy button

Screenshot 2024-08-29 at 7 35 39 PM


Homepage Part 2

Now we can see in the homepage the company we just bought, the number of stock purchased, the price it was bought at, etc.

Screenshot 2024-08-29 at 8 51 46 PM


Sell

If we go to the sell tab we can now sell some stock. We'll sell 6 Apple stock

Screenshot 2024-08-29 at 8 52 37 PM


History

The homepage will only show the stock you own but to see all transactions ever made head to the history tab where you can see buys and sells

Screenshot 2024-08-29 at 8 53 07 PM


Deposit

Finally we can go to the deposit tab and add more money into our account

Screenshot 2024-08-29 at 8 53 31 PM


CS50 Homepage

This is my own project that I made to submit for the CS50 Homepage assignment. It is a fanpage for a popular Valorant Esports team called Sentinels. Made with Javascript, HTML, and CSS


Homepage

Here I provide a brief description about what the Sentinels team is

Screenshot 2024-08-29 at 9 06 11 PM


Meet the Team

In the meet the team tab in the top left I introduce each player on the Sentinels Valorant roster

Screenshot 2024-08-29 at 9 07 59 PM


History

Now in the history tab we can see all the past tournaments Sentinels has played in, when they played, and who they played against, and who won

Screenshot 2024-08-29 at 9 08 18 PM


Highlights

Finally in the highlights tab we can watch game highlights posted by the official Sentinels Creator, Tarik

Screenshot 2024-08-29 at 9 09 09 PM


CS50 Birthdays

This is a website where you can see a database of birthdays and add more birthdays to it. Made with HTML, Flask, SQLite3, Javascript, and CSS


Homepage

Here you can see the database of birthdays and can enter in more

Screenshot 2024-08-29 at 9 28 59 PM