lmcjt37 / kulor-reactify

Colour convertor written using node and react
https://lmcjt.com/kulor
MIT License
1 stars 1 forks source link
colour kulor-reactify react

Kulor-reactify

Description

This is a colour conversion app that allows you to convert colours between RGB, HEX and HSL colour modes. The background of the app updates to provide you with a representation of what the colour you are converting looks like. It is written using vanilla React without any flux/redux framework to keep it simple.

Includes:

Getting Started

  1. Clone this repository
  2. Run npm install && npm run dev, this will install all dependencies, build and start up the server
  3. Visit localhost:8080 in your browser (You can also visit the app on your device when on the same network)

Working project: http://lmcjt.com/kulor

Scripts

npm run dev This will run tests with coverage, build the app for development and then start a local server.

npm run start This starts the local server on port 8080.

npm run test Runs test suite.

npm run test:coverage This runs the test suite with coverage reporting.

npm run build:dev This will run tests with coverage and build app for development.

npm run build:prod This will run tests and then build app for production without additional plugins.

Tools

Acknowledgements

Pipeline

Contact

Feel free to contact me directly through twitter @lmcjt or my website lmcjt.com

Contributing

It's an ongoing project and contributions, issues or suggestions are welcome. You can contact me by any method you feel comfortable with. I don't adhere to any code of conduct, I just appreciate using your common sense and respecting others. Play nicely :kissing_heart:

Troubleshooting