Skip to content

Sekunev/Language-Cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language Cards

Check The Live Website ➡️ Live Website

Description

Project aims to create a Languages Cards App.

Visualization of the Website

image

Project Skeleton

Tour Places(folder)
|
|----readme.md
SOLUTION
├── public
│     └── index.html
├── src
│    ├── assets
│    ├── components
│    │       ├── cards
│    │       │     ├── Header.jsx
│    │       │     └── Card.jsx
|    |       |     └── Language.jsx
│    ├── helper
│    │       └── data.js
│    ├── App.js
│    ├── Animation.gif
│    ├── index.js
│    └── index.css
├── package.json
└── yarn.lock

Used in this project

👉 I mastered ReactJS (Components, JSX, Style, Props, state), React-Boostrap, HTML, CSS, and Javascript features in this project. You can see the visual representation of the website above.