Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.