Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beckiemorton/date-counter
React App with 2 date counters to calculate the days from today's date, using a count and steps. Focus on using useState and ternary operators.
https://github.com/beckiemorton/date-counter
javascript react usestate-hook
Last synced: 5 days ago
JSON representation
React App with 2 date counters to calculate the days from today's date, using a count and steps. Focus on using useState and ternary operators.
- Host: GitHub
- URL: https://github.com/beckiemorton/date-counter
- Owner: BeckieMorton
- Created: 2024-01-21T00:05:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-20T03:32:48.000Z (9 months ago)
- Last Synced: 2024-02-20T04:32:22.015Z (9 months ago)
- Topics: javascript, react, usestate-hook
- 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
# React date counter
Using React and Vite boiler plate.
Simple React Application to calculate the days from today's date, using a count and steps. Focus on using useState and ternary operators.