TheShooter89 / rusticua

a simple fullstack webapp with some simple gamificated challenges to help learn ukrainian language
GNU General Public License v3.0
0 stars 0 forks source link

project structure setup #2

Open TheShooter89 opened 12 months ago

TheShooter89 commented 12 months ago

description

shape project structure for maintainibility and readability

resources

none

references

none

notes

none

TheShooter89 commented 12 months 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)