Skip to content

Commit

Permalink
chore: project descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
remiilekun committed May 13, 2021
1 parent cb4e53f commit 8af39a5
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ export const projects = [
},
{
coverImage: '/assets/img/projects/udux.jpg',
description:
"uduX is a music streaming platform. I worked with a team of software engineers on uduX, by translating designs and consuming apis, my role was to build applications that enables ease of use of streaming and accessibility of user's uduX data for both platforms, web and mobile( iOS ).",
description: "uduX is Nigeria's first indigenous subscription-based music store and streaming service platform.",
logo: UduXIcon,
name: 'uduX',
technologies: ['html', 'react', 'reactNative', 'swift'],
Expand All @@ -50,7 +49,7 @@ export const projects = [
{
coverImage: '/assets/img/projects/find-maids.jpg',
description:
'A web app used to book cleaning appointments by customers while the admin are able to manage their staffs. I built the UI components using the designs handed over to me and also handled the UI logic functionality of the app.',
'A web app used to book cleaning appointments by customers while the admin are able to manage their staffs.',
logo: FindmaidsIcon,
name: 'Find Maids',
technologies: ['html', 'react'],
Expand All @@ -61,8 +60,7 @@ export const projects = [
},
{
coverImage: '/assets/img/projects/git-explorer.jpg',
description:
'Gitexplorer is an open source project created by Summitech to help people with git commands. While working with a team of a designer and a backend engineer, I was tasked with creating the UI component and also deliberated with the backend engineer on a performant logic of data management.',
description: 'Gitexplorer is an open source project created by Summitech to help people with git commands.',
logo: GitExplorerIcon,
name: 'Git Explorer',
technologies: ['html', 'react'],
Expand All @@ -73,8 +71,7 @@ export const projects = [
},
{
coverImage: '/assets/img/projects/chiji.png',
description:
'A bitcoin and gift card trading application. I translated the designs assigned to me to pixel perfect mobile screens, frontend logic, consumed apis, and I also worked on a chat system using socket.io to enable instant messaging between and user and an agent to allow easy and instant trades.',
description: 'A bitcoin and gift card trading application.',
logo: Chiji14XchangeIcon,
name: 'Chiji14xchange',
technologies: ['react', 'reactNative'],
Expand Down

0 comments on commit 8af39a5

Please sign in to comment.