ali-yigit / TenCountries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Skeleton

Countries(folder)


SOLUTION
├── public
│     └── index.html
├── src
│    ├── components
│    │       ├── Header.js
│    │       ├── CardContainer.js
│    │       └── CountryCard.js
│    ├
│    ├── assets.js
│    │       └── [images]
│    ├── App.js
│    ├── App.css
│    ├── index.js
│    └── index.css
├── package.json
└── yarn.lock

At the end of the project, following topics are to be covered;

  • HTML

  • CSS

  • JS

  • ReactJS

About


Languages

Language:JavaScript 70.0%Language:HTML 23.9%Language:CSS 6.1%