Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 683 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 683 Bytes

Number Facts

Number Facts project gives some interesting facts about numbers

Repository highlights

  1. Build components using React
  2. Redux for state management
  3. Redux-saga for side effects
  4. HTTP calls using Fetch
  5. ESlint for code standards
  6. Created base project using create-react-app (https://github.com/facebook/create-react-app)
  7. API reference from http://numbersapi.com/

Clone and Running the application in local

Clone the project into local

Install all the npm packages. Go into the project folder and type the following command to install all npm packages

1. npm install

2. npm start

This application will run on 3000 port.