-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 482e9fc
Showing
14 changed files
with
2,250 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# ignore all files starting with . or ~ | ||
.* | ||
~* | ||
|
||
|
||
# ignore OS generated files | ||
ehthumbs.db | ||
Thumbs.db | ||
|
||
# ignore Editor files | ||
*.sublime-project | ||
*.sublime-workspace | ||
*.komodoproject | ||
|
||
# ignore packaged files | ||
*.7z | ||
*.dmg | ||
*.gz | ||
*.iso | ||
*.jar | ||
*.rar | ||
*.tar | ||
*.zip | ||
|
||
# ignore private/secret files | ||
*.der | ||
*.key | ||
*.pem | ||
|
||
# ignore bacup files | ||
*.bak |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
|
||
# Bikram Sambat Calendar | ||
|
||
## Overview | ||
|
||
The Bikram Calendar project is a static web application built with HTML and JavaScript. It provides a user-friendly interface for a Bikram Sambat calendar and converter between the Gregorian calendar and the Bikram Sambat calendar. The application also displays Tithi (lunar days) relevant to the Nepali community. | ||
|
||
## Features | ||
|
||
- [x] **Displays Responsive Calendar**: The calendar is designed to be responsive across various devices. | ||
- [x] **Date Conversion**: Easily convert dates between the Gregorian and Bikram Sambat calendars. | ||
- [x] **Tithi Information**: Displays the Tithi for selected dates. | ||
- [ ] **Events Data**: Includes significant events and festivals in the Bikram Sambat calendar. | ||
- [ ] **Multi-language Support**: Available in English and Nepali. | ||
- [x] **Long Date Range Support**: Supports a wide range of dates for accurate conversions and Tithi calculations. | ||
|
||
## Getting Started | ||
|
||
### Prerequisites | ||
|
||
No prerequisites are needed to run this project, as it is a static web application. Just a web browser is required. | ||
|
||
## Contributing | ||
|
||
Contributions are welcome! To contribute to this project, follow these steps: | ||
|
||
1. Fork the repository. | ||
2. Create a new branch for your feature or bug fix: | ||
|
||
```bash | ||
git checkout -b feature-name | ||
``` | ||
|
||
3. Make your changes and commit them: | ||
|
||
```bash | ||
git commit -m "Description of your changes" | ||
``` | ||
|
||
4. Push to your branch: | ||
|
||
```bash | ||
git push origin feature-name | ||
``` | ||
|
||
5. Create a pull request. | ||
|
||
## License | ||
|
||
This project is licensed under the [GNU General Public License v3.0 or later](https://www.gnu.org/licenses/gpl-3.0.html). | ||
|
||
## Acknowledgements | ||
|
||
- Thanks to all contributors who have helped make this project a reality. | ||
- Special thanks to the [techgaun](https://www.techgaun.com/) and team for their support and feedback. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.