Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data updates #16

Merged
merged 1 commit into from
Dec 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/api/projectData.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const projects = [
},
{
"name": "JetLogix-API",
"description": "Contributed to the successful development of JetLogix's API.A secure Ruby on Rails API,that utilizes PostgreSQL database, manages private jet reservations.",
"description": "Contributed to the successful development of JetLogix's API.A secure Ruby on Rails API,that utilizes PostgreSQL database, manages private jet reservations.The APi end-points are exposed and cosnumed by the Jetlogix React Front end",
"homepage": "https://jetlogix.onrender.com/",
"html_url": "https://github.com/rubydevi/jetlogix-frontend",
"topics": [
Expand All @@ -40,7 +40,7 @@ const projects = [
},
{
"name": "CixHub",
"description": "Cixhub's official website MVP",
"description": "Developed Cixhub's official website MVP,A dynamic website built with react,themui,boostrap and nextjs.All the UI assets,logos and images where specifically crafted for the websites theme using photoshop and Adobexd",
"homepage": "https://cixhub.netlify.app/",
"html_url": "https://github.com/RileyManda/cixhub",
"topics": [
Expand Down