Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.