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

https://github.com/pradeep1991singh/react-fancy-list

Fancy list uses public api, perform lazy loading and list item and have drag-drop feature.
https://github.com/pradeep1991singh/react-fancy-list

Last synced: about 2 months ago
JSON representation

Fancy list uses public api, perform lazy loading and list item and have drag-drop feature.

Awesome Lists containing this project

README

          

# React Fancy List

* React Fancy List using open source apis.

## Installation

* Get the source code

`$ git clone https://github.com/pradeep1991singh/react-fancy-list`

* Install project dependency, by running:

`$ yarn install`

## Available Scripts

`$ npm start`

* Runs the app in the development mode.
* Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
* The page will reload if you make edits.
* You will also see any lint errors in the console.

`$ npm run lint`

* Runs linter and display linting error in terminal.

`$ npm run test:unit`

* Runs Unit tests.

`$ npm run test:integration`

* Runs Integration tests.

`$ npm test`

* Launches the test runner in the interactive watch mode.
* Runs Integration and Unit tests both.

`$ npm run build`

* Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

## Demo

* Development app [http://localhost:3000](http://localhost:3000)

* Production app [https://react-fancy-list.stackskull.com](https://react-fancy-list.stackskull.com)

* Hosted at Firebase free hosting [https://react-fancy-list.firebaseapp.com](https://react-fancy-list.firebaseapp.com)