Skip to content

This applications consumes data from an API designed by Chuck Norris

Notifications You must be signed in to change notification settings

marcosAJS/chuck-norris-consumer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Have a question or suggestion? Contact me on Linkedin, or open a pull request on this project.

Chuck Norris Consumer v1.0.0-beta

For the Chuck Norris Consumer project, you will build a content and comment web app. You will be able to read Chuck Norris's Jokes from https://api.chucknorris.io/.

Built with React, Redux and React Router. This project was bootstrapped with Create React App.

Stack

API

This applications consumes data from an API designed by Chuck Norris specifically for the assignment, which can be found on [https://api.chucknorris.io/]

Installation

Install all necessary modules to run the current project.

$ git clone https://github.com/marcosAJS/chuck-norris-consumer.git
$ cd chuck-norris-consumer/
$ npm install

Development

Go to the root of the project and run the development server in terminal. The app will be served with live reloading on http://localhost:3000.

$ cd chuck-norris-consumer/
$ npm start

Build

Build the app for production to the build folder.

$ cd chuck-norris-consumer/
$ npm run build

Contributing

  1. Fork it
  2. Create your feature branch with specs (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Contributors

About

This applications consumes data from an API designed by Chuck Norris

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published