Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pawlovskiii/events-application

In this project I tried to learn concepts behind Events. In order to respond to user behaviour. That's crucial for building modern web applications. Selectin a specific Event to meet our assumptions.
https://github.com/pawlovskiii/events-application

babel dom-manipulation events webpack

Last synced: 22 days ago
JSON representation

In this project I tried to learn concepts behind Events. In order to respond to user behaviour. That's crucial for building modern web applications. Selectin a specific Event to meet our assumptions.

Awesome Lists containing this project

README

        

# Events-Application

See the live version of [Events-Application](https://pawlovskiii.github.io/events-application/).

In this project I tried to learn concepts behind Events. In order to respond to user behaviour.
That's crucial for building modern web applications. Selectin a specific Event to meet our assumptions.

**Main features**:

- Events
- DOM manipulation
- Webpack

## 💡 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)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)

## 💿 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://pawlovskiii.github.io/events-application/

# Go into the repository
$ cd events-application

# Install dependencies
$ npm install

# Run the app
$ npm start
```

## 🙋‍♂️ 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.