Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avrcoelho/chuck-norris-web-app
https://github.com/avrcoelho/chuck-norris-web-app
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/avrcoelho/chuck-norris-web-app
- Owner: avrcoelho
- Created: 2019-10-21T23:43:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T10:17:52.000Z (about 5 years ago)
- Last Synced: 2024-11-08T04:40:17.737Z (2 months ago)
- Language: JavaScript
- Size: 263 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)