Skip to content

Manpreets59/Income-Saver-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Income-Saver-Extension

Income Saver Chrome Extension is a simple tool that calculates potential savings based on a user-provided date, income amount, and savings rate. Built with HTML, CSS, and JavaScript, it offers quick financial estimates through an intuitive interface.

Income Saver Chrome Extension

A minimal Chrome extension that allows users to enter a past income date, income amount, and a savings rate to calculate potential savings. This project demonstrates basic Chrome extension development using HTML, CSS, and JavaScript.

Features

  • Date Input: Select a past date.
  • Income Input: Enter your income amount.
  • Savings Calculation: Specify a savings rate to calculate the potential savings.
  • Simple UI: Minimal and clean user interface.

Directory Structure

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/income-saver-chrome-extension.git
    cd income-saver-chrome-extension

Load the Extension in Chrome:

Open Chrome and navigate to chrome://extensions/. Enable "Developer mode" (toggle is usually in the top right corner). Click on "Load unpacked" and select the directory where you cloned the repository. Using the Extension:

Click on the extension icon in your Chrome toolbar. Enter the desired date, income amount, and savings rate. Click the "Calculate Savings" button to see the result. Development If you want to modify or extend the functionality:

Make your changes in the respective files (popup.html, popup.js, popup.css). Reload the extension in chrome://extensions/ by clicking the reload button under your extension. Contributing Contributions are welcome! Feel free to fork this repository and submit a pull request with your improvements. For any major changes, please open an issue first to discuss what you would like to change.

License This project is licensed under the MIT License.

pgsql Copy Edit


Additional Tips

  • Customize the URL:
    Replace https://github.com/your-username/income-saver-chrome-extension.git with your actual GitHub repository URL.

  • License:
    If you decide to add a license (like MIT), make sure to include a corresponding LICENSE file in your repository.

  • Badges:
    You can add badges (e.g., build status, license) at the top of the README to make it look more professional.

This README provides clear information about the project, how to install and use it, and how to contribute. Feel free to adjust it to suit your project's needs.

You said: what should be my description ChatGPT

Thought about project description for a couple of seconds Crafting a description

I’m working on a description for a GitHub repository. The minimal Chrome extension calculates potential savings based on income and savings rate, featuring a simple UI. This project showcases Chrome extension development with HTML, CSS, and JavaScript.

Here's a concise description you can use for your GitHub repository:

Income Saver Chrome Extension is a minimal Chrome extension that calculates potential savings based on a user-provided income amount and savings rate. With a simple interface allowing input of a past date, income, and desired savings percentage, this project serves as an easy introduction to Chrome extension development using HTML, CSS, and JavaScript.

Feel free to modify or expand on this description as your project evolves!

You said: description cannot me more than 350 words ChatGPT

Reasoned for a few seconds Crafting a concise description

I’m mapping out a brief description for the GitHub repository, highlighting the Income Saver Chrome Extension's functionality of calculating potential savings based on user inputs.

Here's a concise description well under 350 words:

Income Saver Chrome Extension is a minimal Chrome extension designed to calculate potential savings based on user input. Users can enter a past date, an income amount, and a desired savings rate. The extension then computes and displays the potential savings, providing a simple yet effective tool for quick financial estimates. Built with HTML, CSS, and JavaScript, this project serves as an excellent introduction to Chrome extension development.

Feel free to adjust this description to better fit your project's details if needed!

You said: Description cannot be more than 350 characters ChatGPT Reasoned for a second Here's a concise description under 350 characters:

Income Saver Chrome Extension is a simple tool that calculates potential savings based on a user-provided date, income amount, and savings rate. Built with HTML, CSS, and JavaScript, it offers quick financial estimates through an intuitive interface.

You said: now write the above readme i have setup the repository on github ChatGPT Reasoned for a second Below is a complete example of a README in Markdown for your GitHub repository:

markdown Copy Edit

Income Saver Chrome Extension

Income Saver Chrome Extension is a simple tool that calculates potential savings based on a user-provided date, income amount, and savings rate. Built with HTML, CSS, and JavaScript, it offers quick financial estimates through an intuitive interface.

Features

  • Date Input: Select a past date.
  • Income Input: Enter your income amount.
  • Savings Calculation: Specify a savings rate to calculate potential savings.
  • Minimal UI: Clean and straightforward user interface.

Directory Structure

income-saver-extension/ ├── manifest.json # Extension configuration ├── popup.html # Popup UI HTML ├── popup.js # JavaScript logic for calculation └── popup.css # Styling for the popup UI

bash Copy Edit

Installation

  1. Clone the Repository:

    git clone https://github.com/your-username/income-saver-chrome-extension.git
    cd income-saver-chrome-extension

Load the Extension in Chrome:

Open Chrome and navigate to chrome://extensions/. Enable "Developer mode" (toggle is in the top-right corner). Click "Load unpacked" and select the repository folder. Usage Click the extension icon in your Chrome toolbar. Enter a date, your income amount, and a savings rate. Click the "Calculate Savings" button to view the potential savings. Development To modify the extension, update the corresponding files (popup.html, popup.js, and popup.css) and then reload the extension in chrome://extensions/.

Contributing Contributions are welcome! Please fork this repository and submit a pull request with your improvements. For major changes, open an issue first to discuss your ideas.

License This project is licensed under the MIT License.

less Copy Edit

Remember to replace https://github.com/your-username/income-saver-chrome-extension.git with your actual GitHub repository URL. You can also add a LICENSE file if you choose to license your project under the MIT License or another license.

About

Income Saver Chrome Extension is a simple tool that calculates potential savings based on a user-provided date, income amount, and savings rate. Built with HTML, CSS, and JavaScript, it offers quick financial estimates through an intuitive interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors