Giter Club home page Giter Club logo

animate-sort's Introduction

Getting Started with Animate Sort

This project was bootstrapped with Create React App. Animate Sort is a simple React App that sorts provided numbers or randomly generated numbers and shows an animation of the sorting process.

Aim

The main objective of this app is to animate the sorting of the entered numbers or randomly generated numbers by the selected sorting algorithm.

Available Scripts

To get started with Animate Sort, the basic CLI commands of React required are as follows:

Install

  1. To install dependencies, enter the npm install command in the project directory. This CLI command installs dependencies and calls the install from the package.json, scripts field.
  2. See the section about npm-install for more information.

Start

  1. To start a package, enter the npm start command in the project directory. This CLI command starts a package and runs the app in development mode.
  2. To view the running application, go to the URL http://localhost:3000 in the browser. The page will reload if you make edits. You can also see any lint errors in the console.

Test

  1. To test a package, enter the npm test command in the project directory. This CLI command launches the test runner in the interactive watch mode.
  2. See the section about running tests for more information.

Build

  1. To build the app for production to the build folder, enter the npm run build command. This command correctly bundles React in production mode and optimizes the build for the best performance. This command is the plumbing command called by npm link and npm install. This CLI command runs the build field from the package.json, scripts field. The build is minified and the filenames include the hashes. Your app is ready to be deployed!
  2. See the section about deployment for more information.

Eject

  1. To remove the single build dependency from your project, enter the npm run eject command. This CLI command enables editing the configuration and script files. With this CLI command, either upgrade or downgrade the dependencies version on the ejected package.json file. This command will remove the single build dependency from your project.Instead, this command copies all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc.) into the project with complete access.
    Note: this is a one-way operation. Once you eject, you can’t go back!.

  2. To tweak the copied scripts, use all of the commands that work correctly except eject. At this point, you’re on your own. You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However, we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

animate-sort's People

Contributors

mayankmohak avatar mohitmohak avatar raamanalyst avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

animate-sort's Issues

Documentation

Provide documentation for the project on basis of below points :

  1. Aim / About.
  2. Installation. (npm i)
  3. Contributing Guidelines.

ThankYou,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.