Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vovandreevik/date-calculator
DayBday. Calculator of days between dates
https://github.com/vovandreevik/date-calculator
Last synced: 6 days ago
JSON representation
DayBday. Calculator of days between dates
- Host: GitHub
- URL: https://github.com/vovandreevik/date-calculator
- Owner: vovandreevik
- Created: 2023-08-01T02:26:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-27T21:27:48.000Z (8 months ago)
- Last Synced: 2024-03-28T09:40:41.366Z (8 months ago)
- Language: JavaScript
- Homepage: https://amazing-date-calculator.netlify.app
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DayBday
This project is a web application that allows you to calculate the number of days between two dates. The user can enter two dates in the corresponding fields, selecting the day, month, year and era for each of them, and then click the "Calculate" button to get the result. The application also provides localization in English and Russian.
_The project is under development_
## Functionality
- Enter two dates with the ability to select a day, month, year and era.
- Calculation of the number of days between selected dates.
- Localization into Russian and English.## Technologies
- HTML, CSS, JavaScript for the frontend.
- Using localization to support different languages.
- The use of checks for the correctness of the entered data.
- Using methods to calculate the difference in days between dates.## Usage
1. Open the website [DayBday](https://amazing-date-calculator.netlify.app/#en) in your browser.
2. Enter the first and second dates in the appropriate fields.
3. Click the "Calculate" button to see the result.## Localization
The application supports two languages: English and Russian. You can select the desired language from the drop-down menu.