https://github.com/rakesh9100/calcdiverse
CalcDiverse is a customized collection of calculators for various aspects of mathematics. Individuals with basic web development knowledge can create distinctive calculators and submit pull requests.
https://github.com/rakesh9100/calcdiverse
calculators iwoc2024 jwoc2k24 open-source open-source-development open-source-project swoc2024 web-development
Last synced: 6 months ago
JSON representation
CalcDiverse is a customized collection of calculators for various aspects of mathematics. Individuals with basic web development knowledge can create distinctive calculators and submit pull requests.
- Host: GitHub
- URL: https://github.com/rakesh9100/calcdiverse
- Owner: Rakesh9100
- License: apache-2.0
- Created: 2023-12-17T20:26:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T17:01:06.000Z (over 1 year ago)
- Last Synced: 2024-05-22T18:05:50.717Z (over 1 year ago)
- Topics: calculators, iwoc2024, jwoc2k24, open-source, open-source-development, open-source-project, swoc2024, web-development
- Language: HTML
- Homepage: https://calcdiverse.netlify.app
- Size: 37.7 MB
- Stars: 97
- Watchers: 3
- Forks: 206
- Open Issues: 153
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING_GUIDELINES.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
#
✨CalcDiverse✨
[](https://github.com/ellerbrock/open-source-badges/)
[](https://app.netlify.com/sites/calcdiverse/deploys)












Table of Contents🧾
- [Introduction📌](#introduction)
- [Technology Used🚀](#technology-used)
- [Overview⭐](#overview)
- [Getting Started💥](#getting-started)
- [Contributing Guidelines📑](#contributing-guidelines)
- [Code Of Conduct📑](#code-of-conduct)
- [Open Source Programs🥳](#this-repo-has-been-part-of-the-following-open-source-programs)
- [Project Admin⚡](#project-admin)
- [Project Contributors🫂](#project-contributors)
- [Contributing is fun🧡](#contributing-is-fun)Introduction📌
CalcDiverse is a customized collection of calculators for various aspects of mathematics. Individuals with basic web development knowledge can create distinctive calculators and submit pull requests.
Technology Used🚀
Overview⭐
Live Project --> (https://calcdiverse.netlify.app)
Home/Main Page :-

Calculators Page :-

About Page :-

Contributors Page :-

FAQ Page :-

Contact Page :-

Getting Started💥
- Fork this Repository.
- Clone the forked repository in your local system.
```
git clone https://github.com//CalcDiverse.git
```
- Open `index.html` in your browser.
- View the [Live Project](https://calcdiverse.netlify.app/) here.
- Raise an issue if you find a bug or add a feature.
- Wait for the issue to be assigned and proceed only after the issue is assigned to you.
- Add your codes :-- Create a new folder in the `Calculators` folder.
- Put Your calculators code files in your newly created folder.
- Add a `README.md` file in your new folder which includes Description, Tech Stacks, and Screenshots of that calculator.
- Add your calculator's HTML file link in the main `index.html` by continuing a box section.- Navigate to the project directory.
```
cd CalcDiverse
```
- Create a new branch for your feature.
```
git checkout -b
```
- Perform your desired changes to the code base.
- Track and stage your changes.
```
# Track the changes
git status# Add changes to Index
git add .
```
- Commit your changes.
```
git commit -m "your_commit_message"
```
- Push your committed changes to the remote repo.
```
git push origin
```
- Go to your forked repository on GitHub and click on `Compare & pull request`.
- Add an appropriate title and description to your pull request explaining your changes and efforts done.
- Click on `Create pull request`.
- Congrats! 🥳 You've made your first pull request to this project repo.
- Wait for your pull request to be reviewed and if required suggestions would be provided to improve it.
- Celebrate 🥳 your success after your pull request is merged successfully.Contributing Guidelines📑
Read our [Contributing Guidelines](https://github.com/Rakesh9100/CalcDiverse/blob/main/.github/CONTRIBUTING_GUIDELINES.md) to learn about our development process, how to propose bugfixes and improvements, and how to build to CalcDiverse.
Code Of Conduct📑
This project and everyone participating in it is governed by the [Code of Conduct](https://github.com/Rakesh9100/CalcDiverse/blob/main/.github/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.
This repo has been part of the following Open Source Programs🥳
Project Admin⚡
Project Contributors🫂
Contributing is fun🧡
[](https://forthebadge.com)
Contributions of any kind from anyone are always welcome🌟!!
Give it a 🌟 if you ❤ this project. Happy Coding👨💻