Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gojax64/heroes-app

Single Page Application that presents the most popular superheros of Marvel and DC, this app use static information. Developed in React JS v18, with Vite and Tailwind CSS. In addition Unit testing with Jest.
https://github.com/gojax64/heroes-app

react-js spa

Last synced: 15 days ago
JSON representation

Single Page Application that presents the most popular superheros of Marvel and DC, this app use static information. Developed in React JS v18, with Vite and Tailwind CSS. In addition Unit testing with Jest.

Awesome Lists containing this project

README

        

# Heroes-App

Single Page Application that presents the most popular superheros of Marvel and DC, this app use static information. Developed in React JS v18, with Vite and Tailwind CSS. In addition Unit testing with Jest.

## How to run

Use to initialize the repository.
~~~
yarn install
~~~
Use to initialize the aplication in your local host.
~~~
yarn dev
~~~
Use to install React Router v6
~~~
yarn add react-router-dom@6
~~~
Use to install Query String
```
yarn add query-string
```

## Installations and Configurations
[Configuration of Jest](https://gist.github.com/GOJAx64/38a7dbea046d5c88d72f75095a4fb879)

[Configuration of Tailwind CSS](https://gist.github.com/GOJAx64/b7440a9fd9a7f69fd943e1d14e1c6952)

## References
[Hooks API Reference](https://reactjs.org/docs/hooks-reference.html)

[React Router v6 Home Page](https://reactrouter.com/)

[React Router v6 docs](https://reactrouter.com/docs/en/v6)

[React Router v5](https://v5.reactrouter.com/web/guides/quick-start)