mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Projects list page with project card
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Blog"
|
||||
date: 2023-10-18T20:03:43+01:00
|
||||
---
|
||||
|
||||
## Blog
|
||||
|
||||
These are articles about things I learned about software engineering.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: "Test blog"
|
||||
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum."
|
||||
date: 2023-10-18T20:03:43+01:00
|
||||
---
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Projects"
|
||||
date: 2023-10-18T20:03:43+01:00
|
||||
---
|
||||
|
||||
## Projects
|
||||
|
||||
These are all the projects I worked on personally and professionally.
|
||||
@@ -0,0 +1,21 @@
|
||||
---
|
||||
title: 'React Weather App'
|
||||
description: 'Weather app made with React, TypeScript and OpenWeatherMap API'
|
||||
demo: "https://hazemkrimi.github.io/react-weather-app"
|
||||
date: 2023-09-19
|
||||
---
|
||||
|
||||
# About the project
|
||||
|
||||
This is a project that I made as a step in the interview process for my final year internship.
|
||||
|
||||
# Technologies
|
||||
|
||||
- React
|
||||
- TypeScript
|
||||
- Styled Components
|
||||
- OpenWeatherMap API
|
||||
|
||||
# Screenshots
|
||||
|
||||

|
||||
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
Reference in New Issue
Block a user