Skip to content

🍣 Pagina Web para la búsqueda de series, se utilizan las apis "AniList API V2" 🍥 y "The Rick and Morty API" 🥒, para obtener los datos, implementar búsquedas y finalmente mostrar los datos al usuario.

License

Notifications You must be signed in to change notification settings

roque363/novel-badges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

novel-badge

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

  • npm start - runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

  • npm test - launches the test runner in the interactive watch mode.

  • npm build - builds the app for production to the build folder.

  • npm eject - exposes content of react-script package

Project Layout

.
├── build                   # Compiled files, production-ready build.
├── public                  # Static files.
├── src                     # Source files.
|   ├── assets              # Local static resources
|   ├── components          # Business common components
|   ├── constants
|   ├── hooks               # Custom hooks
|   ├── icons
|   ├── layouts             # General layout
|   ├── router              # The routing logic.
|   ├── services            # Services are to manage all api requests.
|   ├── styles              # This module holds our application-level styles.
|   ├── theme               # MUI theme configuration
|   ├── utils               # Tool library
|   └── views               # All the various features/screens/pages are defined here.
├── .gitignore
├── .prettierrc
├── jsconfig.json
├── package.json
└── README.md

About

🍣 Pagina Web para la búsqueda de series, se utilizan las apis "AniList API V2" 🍥 y "The Rick and Morty API" 🥒, para obtener los datos, implementar búsquedas y finalmente mostrar los datos al usuario.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published