gabrielrigon / news_client

A basic sample project to demonstrate the implementation of React with Redux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

News Client App

A basic React sample project

The objective of this project is to demonstrate a basic implementation of React app, using Redux to control states.

Dependencies

  • Node 10.15.3
  • Yarn 1.10.1

Running this project (development)

  1. Clone this repo on your environment path.
  2. Install the dependencies running the following command:
  $ yarn
  1. Start the project running the following command:
  $ yarn start

Extra information

Both of sources requires a key to make requests, you can create them on:

But, if you wanna to add more sources, feel free to contribute.

About

A basic sample project to demonstrate the implementation of React with Redux.

License:MIT License


Languages

Language:JavaScript 88.6%Language:HTML 9.2%Language:CSS 2.2%