Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/)