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

https://github.com/rohankangale2011/react_assignment

A react assignment
https://github.com/rohankangale2011/react_assignment

Last synced: about 2 months ago
JSON representation

A react assignment

Awesome Lists containing this project

README

        

# React assignment
A react assignment application

## Description
This application is responsible for fetching the most popular datalist from the NYTimes data set available.

## Quickstart
Make sure that that you have create-react-app package installed on your system(either globally or locally). In case you don't have, you can install it
by running the below command:
```
npm install create-react-app -g
```

Once installed, run the following commands after cloning the repo. Make sure you run the commands at the project root directory:
```
npm install
```

In order to run the application, execute the below command:
```
npm start
```

## Test
Testing is been performed using jest & enzyme. Inorder to unit test the application, run the following command:
```
npm run test
```