-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5df16a9
commit 15b8cae
Showing
5 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
--- | ||
title: 'iTour' | ||
description: 'iTour project description' | ||
image: '/iTour.jpg' | ||
features: [] | ||
technologies: ['JavaScript', 'React', 'Next.js', 'TailwindCSS', 'i18n'] | ||
website: 'https://travel-agency-eight-murex.vercel.app/' | ||
--- | ||
|
||
iTour project info goes here |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
--- | ||
title: 'Skauna' | ||
description: 'Skauna project description' | ||
image: '/Skauna.jpg' | ||
technologies: ['HTML', 'CSS', 'JavaScript'] | ||
features: [] | ||
technologies: ['HTML', 'CSS', 'SCSS', 'JavaScript', 'jQuery'] | ||
website: 'https://skauna.com/' | ||
github: 'https://github.com/firehawk89/Skauna-website' | ||
--- | ||
|
||
Skauna project info goes here | ||
Responsive landing for Skauna. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
--- | ||
title: 'YelpCamp' | ||
image: '/YelpCamp.jpg' | ||
features: | ||
[ | ||
'User Authentication (Log In and Register) and Authorization (Post, Edit, Delete or Rate Campground)', | ||
'Campground Star Rating', | ||
'Cluster Map', | ||
'Image Upload' | ||
] | ||
image: '/YelpCamp.jpg' | ||
technologies: ['JavaScript', 'Node.js', 'Express', 'MongoDB', 'Bootstrap'] | ||
website: 'https://yelp-camp-1s3s.onrender.com/' | ||
github: 'https://github.com/firehawk89/YelpCamp' | ||
--- | ||
|
||
An upgraded version of Node.js web app project from the "The Web Developer Bootcamp" course on Udemy by Colt Steele. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
type Project = { | ||
body: Promise<string> | string | ||
features: string[] | ||
github: string | ||
image: string | ||
slug: string | ||
technologies: string[] | ||
title: string | ||
website: string | ||
} | ||
|
||
export default Project |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters