JS Pre-requisite Course
Task Pre-requisite
- Create a new repository under your account with the name
JavaScript Taskon git.wisdmlabs.net & clone it on your computer. - Clone the structure inside the directory where you cloned a repository.
This task is divided in few sub-tasks.
The folder structure to be followed is as –
.
├── assets
│ ├── css
│ │ ├── fonts
│ │ └── style.css
│ ├── images
│ │ ├── posts (Contains images for posts)
│ │ │ ├── A-fire-375x250.jpg
│ │ │ ├── aurora-375x250.jpg
│ │ │ ├── B-bride-375x250.jpg
│ │ │ ├── blossom-375x250.jpg
│ │ │ ├── blue-flower-375x250.jpg
│ │ │ ├── blue-sea-375x250.jpg
│ │ │ ├── bride-375x250.jpg
│ │ │ ├── coffee-375x250.jpg
│ │ │ ├── deer-375x250.jpg
│ │ │ ├── dollar-375x250.jpg
│ │ │ ├── fire-375x250.jpg
│ │ │ ├── fog-375x250.jpg
│ │ │ ├── F-strawberry-375x250.jpg
│ │ │ ├── ice-375x250.jpg
│ │ │ ├── jackal-375x250.jpg
│ │ │ ├── L-coffee-375x250.jpg
│ │ │ ├── L-dollar-375x250.jpg
│ │ │ ├── lion-375x250.jpg
│ │ │ ├── L-milkyway-375x250.jpg
│ │ │ ├── L-taxi-357x250.jpg
│ │ │ ├── milkyway-375x250.jpg
│ │ │ ├── moon-375x250.jpg
│ │ │ ├── N-aurora-375x250.jpg
│ │ │ ├── N-blossom-375x250.jpg
│ │ │ ├── N-blue-flower-375x250.jpg
│ │ │ ├── N-blue-sea-375x250.jpg
│ │ │ ├── N-fog-375x250.jpg
│ │ │ ├── N-plant-375x250.jpg
│ │ │ ├── N-sea-375x250.jpg
│ │ │ ├── N-strom-375x250.jpg
│ │ │ ├── N-sunset-375x250.jpg
│ │ │ ├── plant-375x250.jpg
│ │ │ ├── sea-375x250.jpg
│ │ │ ├── strawberry-375x250.jpg
│ │ │ ├── strom-375x250.jpg
│ │ │ ├── sunset-375x250.jpg
│ │ │ ├── taxi-357x250.jpg
│ │ │ ├── T-ice-375x250.jpg
│ │ │ ├── T-moon-375x250.jpg
│ │ │ ├── W-deer-375x250.jpg
│ │ │ ├── W-jackal-375x250.jpg
│ │ │ └── W-lion-375x250.jpg
│ │ └── slider (Contains images required for slider)
│ │ ├── aeroplane.jpg
│ │ ├── beautiful-building.jpg
│ │ ├── candle.jpg
│ │ ├── clouds.jpg
│ │ ├── girl.jpg
│ │ ├── parachute.jpg
│ │ └── peace.jpg
│ └── js
│ └── home.js
├── index.html
├── posts.json (Contains Posts Data)
├── README.md
├── slides.json (Contains Slides Data)
└── TASK
├── Desktop.png
├── Mobile.png
└── slider.png