Skip to content

Sekunev/Tour-Places

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tour Places

Check The Live Website ➡️ Live Website

Description

Project aims to create a tour places app.

Visualization of the Website

image

Project Skeleton

Tour Places(folder)
|
|----readme.md
SOLUTION
├── public
│     └── index.html
├── src
│    ├── components
│    │       ├── cards
│    │       │     ├── Card.scss
│    │       │     └── Card.jsx
|    |       |     └── Main.js
│    │       ├── header
│    │       │     ├── Header.scss
│    │       │     └── Header.js
│    │       └── navbar
│    │             ├── Navbar.scss
│    │             └── Navbar.js
│    ├── helper
│    │       └── data.js
│    ├── scss
│    │       └── _mixins.scss
│    │       └── _variables.scss
│    │       └── _reset.scss
│    ├── App.js
│    ├── Animation.gif
│    ├── App.css
│    ├── index.js
│    └── index.css
├── package.json
└── yarn.lock

Used in this project

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