Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/avrcoelho/chuck-norris-web-app


https://github.com/avrcoelho/chuck-norris-web-app

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# Chuck Norris Facts

Web app desenvolvido para listar fatos relacionados ao Chuck Norris.

## Desenvolvido com

- [React.js](https://reactjs.org/)
- [React Hooks](https://reactjs.org/docs/hooks-intro.html)
- [Create React App](https://create-react-app.dev/)
- [Redux](https://redux.js.org/)
- [React-Redux](https://github.com/reduxjs/react-redux)
- [Redux-Saga](https://github.com/redux-saga/redux-saga)
- [Redux Ducks Pattern](https://github.com/erikras/ducks-modular-redux)
- [React-Router-DOM](https://www.npmjs.com/package/react-router-dom)
- [axios](https://github.com/axios/axios)
- [styled-components](https://www.styled-components.com/)
- [Font Awesome](http://fontawesome.com/)
- [prop-types](https://www.npmjs.com/package/prop-types)
- [Redux-Saga](https://github.com/redux-saga/redux-saga)
- [typeface-nunito](https://www.npmjs.com/package/typeface-nunito)
- [ChuckNorris.io](https://api.chucknorris.io/)

## Instalação

1. Clone este repositórios em sua maquina

2. Instale as dependencias usando:

```
yarn install
```

ou

```
npm install
```

## Executar

```
yarn start
```

ou

```
npm run start
```

## Demonstração

[Chuck Norris Facts](https://chuck-norris-facts-web-app.herokuapp.com)

## Licença

[MIT](https://opensource.org/licenses/MIT)