Compare commits
3 Commits
f6290b28b1
...
17586ae648
Author | SHA1 | Date | |
---|---|---|---|
17586ae648 | |||
ce7018251a | |||
c2e06b87bc |
@ -206,6 +206,65 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="experience">
|
||||
<div class="rectangular-wrapper">
|
||||
<div>
|
||||
<img src="./pictures/cscc43-project.png" alt="D-Ticketmaster demo">
|
||||
</div>
|
||||
</div>
|
||||
<div class="experience-text">
|
||||
<div class="experience-header">
|
||||
<h2><a href="https://github.com/ethanglide/cscc43-project" target="_blank">Social Investment
|
||||
Platform</a> |
|
||||
Full-Stack Web Application</h2>
|
||||
<p>03/2025-04/2025</p>
|
||||
</div>
|
||||
<ul>
|
||||
<li>
|
||||
Social platform where users can manage stock portfolios, analyze market trends, and share investment
|
||||
strategies with friends
|
||||
</li>
|
||||
<li>
|
||||
Developed as a project for my university's database course, with a focus on smart schema design and
|
||||
efficient queries
|
||||
</li>
|
||||
<li>
|
||||
Built with React frontend, Express.js backend, and PostgreSQL database
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="experience">
|
||||
<div class="rectangular-wrapper">
|
||||
<div>
|
||||
<img src="./pictures/dticketmaster.png" alt="D-Ticketmaster demo">
|
||||
</div>
|
||||
</div>
|
||||
<div class="experience-text">
|
||||
<div class="experience-header">
|
||||
<h2>D-Ticketmaster | Web3 Blockchain dApp</h2>
|
||||
<p>03/2025</p>
|
||||
</div>
|
||||
<ul>
|
||||
<li>
|
||||
Decentralized ticket marketplace powered by the Ethereum blockchain, allowing users to buy, sell, and
|
||||
trade tickets securely and transparently
|
||||
</li>
|
||||
<li>
|
||||
Developed for my university's blockchain course for learning about smart contracts, wallet
|
||||
connections, and decentralized applications
|
||||
</li>
|
||||
<li>
|
||||
Ticket purchases are done using the platform's custom ERC-20 tokens, and tickets themselves are
|
||||
ERC-721 NFTs with royalties built-in so that the original seller/artist gets a cut of all resales
|
||||
</li>
|
||||
<li>
|
||||
Built with React frontend, Solidity smart contracts, and <a href="https://viem.sh/"
|
||||
target="_blank">viem</a> for interacting with the Ethereum blockchain
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="experience">
|
||||
<div class="rectangular-wrapper">
|
||||
<div>
|
||||
|
BIN
src/pictures/cscc43-project.png
Normal file
After Width: | Height: | Size: 110 KiB |
BIN
src/pictures/dticketmaster.png
Normal file
After Width: | Height: | Size: 161 KiB |
Before Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 99 KiB |
Before Width: | Height: | Size: 39 KiB |
@ -126,7 +126,7 @@ div.side-by-side {
|
||||
div.section {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
gap: 1.5rem;
|
||||
gap: 1.7rem;
|
||||
padding: 2rem;
|
||||
border-radius: 0.5rem;
|
||||
border: #151920 0.15rem solid;
|
||||
|