Skip to content

Commit

Permalink
Add projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Goketech committed Apr 2, 2023
1 parent e8ddbcf commit 7d53d28
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
4 changes: 2 additions & 2 deletions components/Projects/Projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ const Projects = () => (
</TagList>
</div>
<UtilityList>
<ExternalLinks href={visit}>Code</ExternalLinks>
<ExternalLinks href={source}>Live</ExternalLinks>
<ExternalLinks href={source}>Code</ExternalLinks>
<ExternalLinks href={visit}>Live</ExternalLinks>
</UtilityList>
</BlogCard>
))}</GridContainer>
Expand Down
21 changes: 15 additions & 6 deletions constants/constants.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
export const projects = [
{
title: 'Hoo Bank',
description: "Using React and Tailwind, I built a mobile responsive bank website by transforming a UI/UX design into reality.",
description: "The website is a landing page for a financial technology startup, which offers online banking, savings, and investment services. The landing page has a modern design, featuring responsive layouts for improved user experience across various devices",
image: '/images/1.png',
tags: ['React', 'Node', 'Vite'],
tags: ['React', 'Node', 'Vite', 'Tailwind'],
source: 'https://github.com/Goketech/bank_modern_app',
visit: 'https://bank-modern-app-r9rw.vercel.app/',
id: 0,
},
{
title: 'Restaurant',
description:"Created a beautiful frontend restaurant site. It contains Hero Section, About, History, Menu, Chef, full screen video and lot's more.",
title: 'Gerich Restaurant',
description:"Gerich Restaurant is a modern and stylish website that showcases the menu and services of a restaurant. The website features a clean and elegant design that create an immersive and engaging user experience. The website is built using the latest web technologies such as React, CSS, and it is optimized for both desktop and mobile devices. ",
image: '/images/2.png',
tags: ['React', 'JavaScript'],
source: 'https://github.com/Goketech/gerich-restaurant',
Expand All @@ -19,7 +19,7 @@ export const projects = [
},
{
title: 'AI Website',
description: "This is a .",
description: "GPT-3 Goke is a static web page that provides information about OpenAI's GPT-3 language model. The page includes details about the model's capabilities, sample use cases, and a blog section. The website has a simple and intuitive design that makes it easy for users to navigate and find the information they need. ",
image: '/images/3.png',
tags: ['React'],
source: 'https://github.com/Goketech/gpt3_goke',
Expand All @@ -28,13 +28,22 @@ export const projects = [
},
{
title: 'Netflix-clone',
description: "Created a Netflix movie Web App that fetches current and Trending using the movie database API.",
description: "Created a Netflix movie Web App that fetches current and Trending movies using the movie database API.",
image: '/images/4.png',
tags: ['React', 'Tailwind', 'Firebase', 'TMD API'],
source: 'https://github.com/Goketech/netflix',
visit: 'https://netflix-ten-iota.vercel.app/',
id: 3,
},
{
title: 'Movie Trailer',
description: "movie trailer app built using React, Axios, and the MovieDB API, which allows users to search for movies by title and view their details, including rating, release date, overview, and trailer. The app provides a responsive and accessible user interface, and it fetches movie data in real-time from the MovieDB API and movie trailers from the YouTube API.",
image: '/images/4.png',
tags: ['React', 'Axios', 'Youtube API', 'TMD API'],
source: 'https://github.com/Goketech/movie-trailer-app',
visit: 'https://movie-trailer-app-lake.vercel.app/',
id: 4,
},
];

export const TimeLineData = [
Expand Down

1 comment on commit 7d53d28

@vercel
Copy link

@vercel vercel bot commented on 7d53d28 Apr 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.