Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magda-korzeniowska/daftacademy-frontend_levelup-2020
https://github.com/magda-korzeniowska/daftacademy-frontend_levelup-2020
bem bootstrap4 javascript promise sass webpack
Last synced: about 22 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/magda-korzeniowska/daftacademy-frontend_levelup-2020
- Owner: magda-korzeniowska
- Created: 2020-04-11T12:36:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T16:56:38.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T00:03:55.717Z (about 2 months ago)
- Topics: bem, bootstrap4, javascript, promise, sass, webpack
- Language: CSS
- Homepage: https://magda-korzeniowska.github.io/daftacademy-frontend_levelup-2020/
- Size: 1.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Daftacademy Front-end Level Up 2020
**Demo:** [Github Pages](https://magda-korzeniowska.github.io/daftacademy-frontend_levelup-2020/)
### Installation
1. Clone repository using:
`$ git clone https://github.com/magda-korzeniowska/daftacademy-frontend_levelup-2020.git`2. Install all dependencies:
`$ npm install` or `$ yarn install`3. Run application:
`$ npm start` or `$ yarn start`
### Technologies:
* JavaScript (ES6+, DOM events, promise)
* Webpack
* SASS (with BEM)
* Boostrap v4
### Features:
* data from external API
* Bootstrap carousel
* scroll to top button
* spinner
* adding products button
* automatic update of year in footer### Credits:
* website graphic design in Zeplin from [DaftAcademy](https://daftacademy.pl/)
* [Asos API](https://rapidapi.com/apidojo/api/asos2)