Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pawlovskiii/events-application
- Owner: pawlovskiii
- Created: 2021-10-22T10:51:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T13:49:31.000Z (over 3 years ago)
- Last Synced: 2024-11-11T19:28:53.994Z (3 months ago)
- Topics: babel, dom-manipulation, events, webpack
- Language: JavaScript
- Homepage: https://pawlovskiii.github.io/events-application/
- Size: 28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.