Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirwa13/context-api-mini-project
Age Calculator
https://github.com/hirwa13/context-api-mini-project
Last synced: 17 days ago
JSON representation
Age Calculator
- Host: GitHub
- URL: https://github.com/hirwa13/context-api-mini-project
- Owner: HIRWA13
- Created: 2023-11-04T15:21:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T07:09:40.000Z (about 1 year ago)
- Last Synced: 2023-11-07T08:25:37.316Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Context API mini project
## Project Description
This project is a mini project to learn how to use the Context API in React. The project is a simple app that allows you to enter the day, month and the year and then it will give you how many years its been up until 2023. The data will be stored in the context and can be accessed by any component in the app.