Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/get-unknown-err0r/agecalculator
The Age Calculator is a user-friendly tool that quickly calculates your age in years, months, and days. Just enter your date of birth and today's date for instant results. Perfect for any occasion, our calculator provides precise and reliable age calculations in seconds.
https://github.com/get-unknown-err0r/agecalculator
age-calculator arpit-prajapati bash-script get-unknown-err0r github html-css-javascript shell-server
Last synced: about 2 months ago
JSON representation
The Age Calculator is a user-friendly tool that quickly calculates your age in years, months, and days. Just enter your date of birth and today's date for instant results. Perfect for any occasion, our calculator provides precise and reliable age calculations in seconds.
- Host: GitHub
- URL: https://github.com/get-unknown-err0r/agecalculator
- Owner: GET-UNKNOWN-ERR0R
- License: mit
- Created: 2024-07-17T07:57:19.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T08:13:26.000Z (6 months ago)
- Last Synced: 2024-07-17T10:01:07.277Z (6 months ago)
- Topics: age-calculator, arpit-prajapati, bash-script, get-unknown-err0r, github, html-css-javascript, shell-server
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Age Calculator
This repository contains a simple age calculator project with HTML, CSS, and JavaScript files. Additionally, it includes a script to start a Python HTTP server for serving the files locally.
## Screenshot:
![Screenshot of the Web Project](sample_img.jpeg)### Files
- `index.html`: The main HTML file for the web project.
- `styles.css`: The CSS file for styling the HTML page.
- `script.js`: The JavaScript file for adding interactivity.
- `start_server.sh`: A shell script to start a Python HTTP server.## How to Run the Project Locally
### Prerequisites
- Python should be installed on your system. You can download it from [python.org](https://www.python.org/downloads/).
### Steps to Run
1. **Clone the repository:**
```sh
git clone https://github.com/GET-UNKNOWN-ERR0R/AgeCalculator.git
cd AgeCalculator
```2. **Make the server script executable (if not already):**
```sh
chmod +x start_server.sh
```3. **Start the Python HTTP server:**
```sh
./start_server.sh
```4. **Open your browser and go to:**
```
http://localhost:8080
```You should see your `index.html` file rendered in the browser.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.