bsoc-bitbyte / busify

A centralised bus ticket booking system that will allow the students to book tickets in advance through an online website, saving time and effort.
https://busify.vercel.app
31 stars 68 forks source link

setup frontend routing and basic file structure #5

Closed prajjwalkapoor closed 1 year ago

prajjwalkapoor commented 1 year ago

We can use react-router-dom v6 to set up the routing. File structure Reference ( Feel free to modify accordingly )

pages
    - Home
        - index.tsx
        - styles.module.scss

    - Other Pages....

components
    - Searchbar
        - index.tsx
        - styles.module.scss
store
    - AuthStore
        - authStore.ts
        = authStore.types.ts

utils
    - utility functions....

adminApp