Skip to content

tnram-optisol/tourismproject_frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

This project was bootstrapped with Create React App.

Packages Used

routing and navigation : react-router-dom
state management : react-redux redux-toolkit
ui : material-ui react-bootstrap
icons : font awesome
forms : formik and yup

Folder Structure

- src
    - assests
    - components
    - hooks
    - layout
    - pages
    - routes
        - ProtectedRoute
        - routes
    -services
    - store
        - reducers
        -sagas
            -handlers
            -watchers
        - store.js
    - utils