Open TheShooter89 opened 1 year ago
/components
folder module for reusable component
routes.rs
file for routes to app pages or sections (i.e. /homepage
, /alphabet_challenge
etc.)
api.rs
file to all non-route backed calls (i.e. /get_random_letters
)
description
shape project structure for maintainibility and readability
resources
none
references
none
notes
none