diff --git a/Web Development/Basic/Age_Calculator/Images/age_calculator_ss.png b/Web Development/Basic/Age_Calculator/Images/age_calculator_ss.png index ab42e64b9..c8de01fad 100644 Binary files a/Web Development/Basic/Age_Calculator/Images/age_calculator_ss.png and b/Web Development/Basic/Age_Calculator/Images/age_calculator_ss.png differ diff --git a/Web Development/Basic/Age_Calculator/README.md b/Web Development/Basic/Age_Calculator/README.md index e48c49294..e6b9ad129 100644 --- a/Web Development/Basic/Age_Calculator/README.md +++ b/Web Development/Basic/Age_Calculator/README.md @@ -65,6 +65,14 @@ This will start the development server and you can view the application in your 3. **Error Handling:** - If a future date is selected, an error message will be displayed prompting you to select a valid date of birth. +## Screenshots + +![Age Calculator](./Images/age_calculator_ss.png) + +## Deployment Link + +The application is deployed on Vercel. You can access it [here](https://age-calculator-rho-two.vercel.app/). + ## Issue Solved Solves Issue [#1181](https://github.com/Kushal997-das/Project-Guidance/issues/1181) diff --git a/Web Development/Basic/Age_Calculator/src/App.jsx b/Web Development/Basic/Age_Calculator/src/App.jsx index c493aec81..b080fcc4b 100644 --- a/Web Development/Basic/Age_Calculator/src/App.jsx +++ b/Web Development/Basic/Age_Calculator/src/App.jsx @@ -23,7 +23,7 @@ const App = () => {