willianjusten / nba-remix

A simple app to show NBA games and scores/details.
https://nba.willianjusten.com.br
208 stars 31 forks source link

Create DatePicker + date navbar #9

Closed willianjusten closed 2 years ago

willianjusten commented 2 years ago

In order to facilitate changing the dates in our navbar, it would be nice to have a Datepicker: image

helderberto commented 2 years ago

What date picker are you thinking to use here?

willianjusten commented 2 years ago

Could be any datepicker, the simplest the better. Just one that enable to click on the date, choose another date and get the correct data for us.

helderberto commented 2 years ago

What about this one?

willianjusten commented 2 years ago

There's this one => https://react-day-picker.js.org/ Which is very small and simple to use. The one that you showed seems a bit heavier/uglier, but feel free to pick any datepicker you want, just make sure it works and that's perfect =D

willianjusten commented 2 years ago

That was done on #58