Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinspham209/alcohol-calculator
Alcohol Calculator for Vietnamese language
https://github.com/tinspham209/alcohol-calculator
alcohol-calculator jquery
Last synced: about 8 hours ago
JSON representation
Alcohol Calculator for Vietnamese language
- Host: GitHub
- URL: https://github.com/tinspham209/alcohol-calculator
- Owner: tinspham209
- Created: 2020-08-31T07:50:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:49:00.000Z (11 months ago)
- Last Synced: 2023-12-15T18:56:23.058Z (11 months ago)
- Topics: alcohol-calculator, jquery
- Language: JavaScript
- Homepage: https://alcohol-calculator.tinspham.dev/
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini Project: Alcohol Calculator
## Date: 31 - Aug - 2020
### Functions
- Alcohol Calculator for Vietnamese language
- Đo nồng độ cồn trong máu bằng công thức tính### Screenshot
### Deploy
https://alcohol-calculator.tinspham.dev/
### Tech-Stack
- HTML/CSS
- jQuery### Plan Of Action
- Initial project
- Design Wireframe
- Research alcohol calculator function
- Design Layout HTML/CSS
- Validation input form with jQuery
- Alcohol calculator function
- Output form
- Hosting in surge.sh
- Add custom domain### After this project
I have understand about:
- Using Sources and Network tab in DevTools to find calculator of current art of another project
- Design layout with jQuery
- Validation form with jQuery### Directory Structure
```
.
├── index.html
├── style.css
├── main.js
├── README.md
├── favicon.ico
└── bg-monster.svg```
### Set up
Use the cmd line to clone repo to your computer
```
git clone [github_repo_url]
```Open file `index.html`