Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
khumnath committed Nov 29, 2024
0 parents commit 482e9fc
Show file tree
Hide file tree
Showing 14 changed files with 2,250 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .gitignore
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
662 changes: 662 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions README.md
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.
Binary file added assets/amawasya.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/purnima.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 482e9fc

Please sign in to comment.