Skip to content

john-d-pelingo/react-window-assistant

Repository files navigation

MIT License Travis CI Circle CI Netlify Status Codecov Maintainability

react-window-assistant

💁‍♂️Helpful utilities to assist a developer:

  • JSON Sorter
  • URL Interpreter
  • Color Clarifier
  • Text Converter
  • Key Code Revealer

Try the demo at https://windowassistant.netlify.com.

Quick Setup

Install all the application's dependencies:

npm install or yarn install

Next, you can start the application in a local environment with:

npm dev or yarn dev

The browser should automatically open to http://localhost:3000 which will display the application running.

Otherwise, you can build application into the <rootDir>/build directory with:

npm run build or yarn build

After that you can serve the optimized web application build at http://localhost:8080 by default locally with:

npm run start or yarn start

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request! :D

License

MIT © John Darryl Pelingo