Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carloslevir/frontend-challenge-reactjs
A Challenge of a Front End Job Oportinity.
https://github.com/carloslevir/frontend-challenge-reactjs
Last synced: about 5 hours ago
JSON representation
A Challenge of a Front End Job Oportinity.
- Host: GitHub
- URL: https://github.com/carloslevir/frontend-challenge-reactjs
- Owner: CarlosLevir
- Created: 2019-01-15T17:19:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T03:35:15.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T00:02:59.200Z (over 1 year ago)
- Language: JavaScript
- Size: 2.61 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Front-End Challenge
A Project for a Job Oporunity, Made by consuming an API.
### [DEMO](http://front-end-challenge.esy.es)## Usage
In the main page you'll see some information cards, clicking on "Learn More" you can see the card comments.
## Technologies
* [React](https://reactjs.org/)
* [Redux](https://redux.js.org/)
* [React-Redux](https://react-redux.js.org/)
* [Axios](https://github.com/axios/axios)
* [React Router](https://github.com/ReactTraining/react-router)
* [React Bootstrap](https://react-bootstrap.github.io)
* [Jest](https://jestjs.io/)
* [Enzyme](https://airbnb.io/enzyme/)## Installation
Clone the project with
```sh
https://github.com/CarlosLevir/FrontEnd-Challenge-ReactJs.git
```
Get in the path project, then install the dependencies with:```sh
yarn
```
Wait the installation to finish, then start the server with:```sh
yarn start
```To run tests type:
```h
yarn test
```## License
[MIT](https://choosealicense.com/licenses/mit/)