{"id":19363272,"url":"https://github.com/the-bipu/age-calculator-react","last_synced_at":"2026-05-06T15:38:38.827Z","repository":{"id":192881873,"uuid":"677440763","full_name":"the-bipu/age-calculator-react","owner":"the-bipu","description":"An age calculator that instantly computes your age in years, months, and days. Enjoy error-free input validation, responsive layout, and interactive elements for effortless usability.","archived":false,"fork":false,"pushed_at":"2024-04-09T06:34:02.000Z","size":1935,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-06T20:39:44.619Z","etag":null,"topics":["reactjs"],"latest_commit_sha":null,"homepage":"https://age-calculator-module.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/the-bipu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-11T15:22:53.000Z","updated_at":"2024-05-28T17:11:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"8392f4e7-a126-4bdf-bf0a-9c5b688f1a65","html_url":"https://github.com/the-bipu/age-calculator-react","commit_stats":null,"previous_names":["the-bipu/age-calculator-app","the-bipu/age-calculator-react"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-bipu%2Fage-calculator-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-bipu%2Fage-calculator-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-bipu%2Fage-calculator-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-bipu%2Fage-calculator-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/the-bipu","download_url":"https://codeload.github.com/the-bipu/age-calculator-react/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240483778,"owners_count":19808632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["reactjs"],"created_at":"2024-11-10T07:33:36.004Z","updated_at":"2026-05-06T15:38:33.791Z","avatar_url":"https://github.com/the-bipu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Age calculator app\n\n![Design preview for the Age calculator app coding challenge](./design/desktop-preview.jpg)\n\n# Frontend Mentor - Age calculator app solution\n\nThis is a solution to the [Age calculator app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/age-calculator-app-dF9DFFpj-Q). Frontend Mentor challenges help you improve your coding skills by building realistic projects. \n\n## Table of contents\n\n- [Overview](#overview)\n  - [The challenge](#the-challenge)\n  - [Screenshot](#screenshot)\n  - [Links](#links)\n- [My process](#my-process)\n  - [Built with](#built-with)\n  - [What I learned](#what-i-learned)\n  - [Continued development](#continued-development)\n  - [Useful resources](#useful-resources)\n- [Author](#author)\n- [Acknowledgments](#acknowledgments)\n\n## Overview\n\n### The challenge\n\nUsers should be able to:\n\n- View an age in years, months, and days after submitting a valid date through the form\n- Receive validation errors if:\n  - Any field is empty when the form is submitted\n  - The day number is not between 1-31\n  - The month number is not between 1-12\n  - The year is in the future\n  - The date is invalid e.g. 31/04/1991 (there are 30 days in April)\n- View the optimal layout for the interface depending on their device's screen size\n- See hover and focus states for all interactive elements on the page\n- **Bonus**: See the age numbers animate to their final number when the form is submitted\n\n### Screenshot\n\n![](./screenshot.png)\n\n- Screenshot with Input\n\n![](./screenshot-2.png)\n\n### Links\n\n- Solution URL: [https://github.com/the-bipu/Age-Calculator-App](https://github.com/the-bipu/Age-Calculator-App)\n- Live Site URL: [https://age-calculator-module.netlify.app/](https://age-calculator-module.netlify.app/)\n\n## My process\n\n### Built with\n\n- Semantic HTML5 markup\n- CSS custom properties\n- Flexbox\n- CSS Grid\n- Mobile-first workflow\n- [React](https://reactjs.org/) - JS library\n\n### What I learned\n\n```html\n\u003ch1\u003eSome HTML code I'm proud of\u003c/h1\u003e\n```\n```css\n.proud-of-this-css {\n  color: papayawhip;\n}\n```\n```js\nconst proudOfThisFunc = () =\u003e {\n  console.log('🎉')\n}\n```\n\n### Continued development\n\nAlthough this project is fully complete as per the given challenges but i want to add some more modules in this like birthday wisher and 100 birthday card. In future project i want to focus on the useState and useEffect from react so that i can be more familiar with these topics.\n\n### Useful resources\n\n- [Example resource 1](https://www.example.com) - This helped me for XYZ reason. I really liked this pattern and will use it going forward.\n- [Example resource 2](https://www.example.com) - This is an amazing article which helped me finally understand XYZ. I'd recommend it to anyone still learning this concept.\n\n## Author\n\n- Github - [The-Bipu](https://github.com/the-bipu)\n- Frontend Mentor - [@the-bipu](https://www.frontendmentor.io/profile/the-bipu)\n\n## Acknowledgments\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-bipu%2Fage-calculator-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-bipu%2Fage-calculator-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-bipu%2Fage-calculator-react/lists"}