https://github.com/pawlovskiii/applab-website
The project was mainly about learning of usage of responsive web design (RWD). Within the mobile-first methodology. Secondly, I tried to improve my BEM skills around proper naming of the CSS classes.
https://github.com/pawlovskiii/applab-website
bem-methodology responsive-web-design semantic-html
Last synced: 5 months ago
JSON representation
The project was mainly about learning of usage of responsive web design (RWD). Within the mobile-first methodology. Secondly, I tried to improve my BEM skills around proper naming of the CSS classes.
- Host: GitHub
- URL: https://github.com/pawlovskiii/applab-website
- Owner: pawlovskiii
- Created: 2021-09-12T12:32:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-28T14:16:42.000Z (about 4 years ago)
- Last Synced: 2025-09-11T00:44:14.557Z (10 months ago)
- Topics: bem-methodology, responsive-web-design, semantic-html
- Homepage: https://pawlovskiii.github.io/applab-website/
- Size: 5.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AppLab
See the live version of [AppLab](https://pawlovskiii.github.io/applab-website/).
The project was mainly about learning of usage of responsive web design (RWD). Within mobile-first methodology. Secondly, I tried to improve my BEM skills around proper naming of the CSS classes. I also use GitHub Pages for the deployment process.
**Main features**:
- RWD
- BEM
- HTML Semantic Elements
## 💡 Technologies


## 💿 Installation
To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/pawlovskiii/applab-website
# Go into the repository
$ cd applab-website
# Install dependencies
$ npm install
# Run the app
$ npm start
```
## 💭 Conclusions for future projects
In the future projects I am going to add JavaScript, to make websites more interactive.
## 🙋♂️ Feel free to contact me
Find me on [LinkedIn](https://www.linkedin.com/in/jakub-paw%C5%82owski-921b74216/) :)
## 👏 Thanks / Special thanks / Credits
Thanks to my [Mentor - devmentor.pl](https://devmentor.pl/) - for providing me with this task and for code review.