/yeargauge

Shows how much time is passed/left of the current year!

Primary LanguageTypeScript

YearGauge (Live)

This is a project that tells how much of the current has passed in percentage and how much is left of it.

Getting Started

  1. Clone the repository and navigate to the project directory
git clone https://github.com/saadfrhan/yeargauge.git
cd yeargauge
  1. Install the dependencies
pnpm install
  1. Run the project
pnpm dev
  1. Navigate to localhost:5173 in your browser to see the project.

🤝 Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. Star the project if you like it.

  • Fork the Project
  • Create your Feature Branch (git checkout -b feature/AmazingFeature)
  • Commit your Changes (git commit -m 'Add some AmazingFeature')
  • Push to the Branch (git push origin feature/AmazingFeature)
  • Open a Pull Request.