nicmart-dev / feedmenow

An app that recommends recipes based on ingredients I have in my fridge or pantry list
1 stars 0 forks source link

add boilerplate react tailwind client folder structure #9

Closed nicmart-dev closed 1 week ago

nicmart-dev commented 1 week ago

Reused relevant code from https://github.com/nicmart-dev/linguistnow/tree/main/client to use as starter code for:

See related issues in Development section.

nicmart-dev commented 1 week ago

By the way you expressed using tsx, instead of jsx. This works for me too, but in this case I'd suggest you reviewing this boilerplate, and then turning jsx to tsx.

yaacovkdev commented 1 week ago

Good initial code!

nicmart-dev commented 1 week ago

@yaacovkdev OK I merged the PR, feel free to make further changes using a feature branch and raising a new PR.