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.
- Host: GitHub
- URL: https://github.com/pradeep1991singh/react-fancy-list
- Owner: pradeep1991singh
- Created: 2018-03-18T14:03:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T16:45:32.000Z (over 7 years ago)
- Last Synced: 2025-03-20T14:56:09.995Z (8 months ago)
- Language: JavaScript
- Size: 619 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)