Skip to content

Single Page Application about heroes of Marvel and DC

License

Notifications You must be signed in to change notification settings

davidtc8/heroes-react

Repository files navigation

Heroes of Marvel & DC React Application

Single Page Application about heroes of Marvel and DC.

Table of Contents

Live Demo

Click Me!

  • Mobile View

mobile_view

  • Desktop View

mobile_view

Concepts applied

  • Custom Hooks.
  • Routing.
  • Local Authentication.
  • UseContext.
  • Responsiveness.
  • Components in React.

Folder Structure

.   ├── heroes-react
            ├── Assets                         # Images
                ├── img                        # ReadMe Imgs
            ├── node_modules                   # NodeJS Modules
            ├── public                         # Vite Public Files
                ├── heroes                     # Hero Images
            ├── src                            # src Folder
                ├── auth                       # Everything related to authentication
                ├── heroes                     # Hero data/components/hooks/etc   
                ├── hooks                      # useForm for the search page
                ├── router                     # Private/Public routes
                ├── ui                         # NavBar Component
                ├── HeroesApp                  # Children Route from Main.jsx
                ├── Main                       # Father Route

Future Development

  • Add a Backend.
  • Add more hero images and information.
  • Add an author section that links to my portfolio.
  • Add a authentication system through the login.

Credits

Kudos to Fernando Herrera for his amazing react course in Udemy.

Author

David Torres LinkedIn

About

Single Page Application about heroes of Marvel and DC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published