An open API service indexing awesome lists of open source software.

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.

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

![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)

## 💿 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.