https://github.com/maxam2017/hotpink
amazing webpage by vanillaJS
https://github.com/maxam2017/hotpink
Last synced: 4 days ago
JSON representation
amazing webpage by vanillaJS
- Host: GitHub
- URL: https://github.com/maxam2017/hotpink
- Owner: maxam2017
- License: mit
- Created: 2020-11-11T13:44:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-12T16:16:21.000Z (over 5 years ago)
- Last Synced: 2025-10-20T10:26:46.694Z (9 months ago)
- Language: CSS
- Homepage: https://hotpink.maxam.dev
- Size: 115 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HOTPINK
Amazing webpage by vanillaJS
## Overview
IMO making animation is more easy to write in imperative way, even though declaratively handle UI is awesome like ReactJS.
## Feature
✅ ES6 syntax
🚀 use Await/Promise! no callback hell anymore
😌 no any third-party library, just vanillaJS
## Getting Started
### Prerequisites
Yarn 0.25+
### Installation
1. Clone the repo
```sh
git clone https://github.com/maxam2017/hotpink.git
```
1. Install dependencies
```sh
yarn install
```
1. Run parcel-bundler
```sh
yarn dev
```
## License
Distributed under the MIT License. See `LICENSE` for more information.