Skip to content

Commit

Permalink
project update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangshi0512 committed Aug 26, 2024
1 parent 845930a commit 175a0b0
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,44 @@ <h3>AI Chat with Document Context | Full-stack Web Application</h3>
</ul>
</div>
</div>

<!-- Project 12 -->
<div class="card">
<div class="card-image">
<img
src="https://i.imgur.com/3CFcMBC.gif"
alt="Creatorverse Preview"
/>
</div>
<div class="card-content">
<a href="https://creatorverse-theta.vercel.app/" target="_blank">
<h3>Creatorverse | Full-stack Web Application</h3>
</a>
<p>
A content creator management platform that allows users to browse,
add, edit, and delete creator profiles with ease.
</p>
<button class="expand-btn">Expand Details</button>
<ul class="project-details">
<li>
Built with React and Supabase, offering a responsive UI for
managing creator profiles.
</li>
<li>
Implemented core CRUD functionalities, allowing users to create,
read, update, and delete creator details.
</li>
<li>
Designed with a card-based interface, featuring image overlays and
hover effects for an enhanced user experience.
</li>
<li>
Utilized Vite for fast development and optimized performance, with
live previews and hot module replacement.
</li>
</ul>
</div>
</div>
</div>

<!-- Footer -->
Expand Down

0 comments on commit 175a0b0

Please sign in to comment.