Skip to content

Commit

Permalink
add rechat to projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Irtiza90 committed Aug 20, 2024
1 parent 20d5a1e commit eb25492
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions _data/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@
view_button_text: Live Site


- title: ReChat
name: rechat
description:
<p>ReChat is a prototype chat app built with React and Laravel/PHP. It allows for messaging with a responsive interface, supporting multiple client updates, and chat history.</p>
<p>It was built to gain experience in managing sockets, state management in React, and handling server-client communication.</p>
cover_img: /assets/img/projects/re-chat.jpg
github_link: https://github.com/Irtiza90/ReChat
view_link: https://github.com/Irtiza90/ReChat
view_button_text: Github



- title: Self Driving Car
name: self-driving-car
Expand Down
Empty file added _data/work_experience.yaml
Empty file.
Binary file added assets/img/projects/re-chat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h3>{{ skill.name }}</h3>
</section>

<section id="projects" class="smooth-wrapper no-mg">
<progress id="projects-bg-progress" class="hidden" value="0" min="0" max="55"></progress>
<progress id="projects-bg-progress" class="hidden" value="0" min="0" max="40"></progress>

<div id="projects-container" class="container experience-details-container smooth-content">
<p class="section__text__p1">Browse My Recent</p>
Expand Down

0 comments on commit eb25492

Please sign in to comment.