Skip to content

This is a portfolio page I created using React, dedicated to Galatasaray football player Mauro Icardi.

Notifications You must be signed in to change notification settings

furkan-dogu/icardi-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icardi Portfolio

About the Project

This is a portfolio page I created using React, dedicated to Galatasaray football player Mauro Icardi. This project features swift page transitions, detailed information about past clubs, and a responsive design to ensure a seamless user experience.

Table of Contents

Live Demo

Icardi Portfolio

Technologies Used

  • React
  • React Router DOM
  • Icons from React Icons
  • Styling with Sass

Project Skeleton

Icardi Portfolio (folder)
|
|----readme.md         
SOLUTION
├── public
│     └── index.html
├── src
│   ├── App.js
│   ├── App.scss
│   ├── assets
│   │   └── [Images]
│   ├── components
│   │   ├── Error
│   │   │   ├── NotFound.css
│   │   │   └── NotFound.jsx
│   │   ├── Footer
│   │   │   ├── Footer.jsx
│   │   │   └── Footer.scss
│   │   └── Navbar
│   │       ├── Navbar.jsx
│   │       └── Navbar.scss     
│   ├── helper
│   │   └── data.js
│   ├── index.js
│   ├── pages
│   │   ├── about
│   │   │   ├── About.jsx
│   │   │   └── About.scss
│   │   ├── contact
│   │   │   ├── Contact.jsx
│   │   │   └── Contact.scss
│   │   ├── home
│   │   │   ├── Home.jsx
│   │   │   └── Home.scss
│   │   ├── previous
│   │   │   ├── Previous.jsx
│   │   │   └── Previous.scss
│   │   └── previousDetail
│   │       ├── PreviousDetail.jsx
│   │       └── PreviousDetail.scss
│   ├── router
│   │   └── router.js
│   └── scss
│       ├── _mixins.scss
│       ├── _reset.scss
│       └── _variables.scss
├── package.json
└── yarn.lock

Screenshots

Compatibility

The project is compatible with both wide-screen computers and mobile devices.

About

This is a portfolio page I created using React, dedicated to Galatasaray football player Mauro Icardi.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published