mdncs / boxes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Questions

  1. Run npm start

  2. What can be done to make this more reusable as a component?

The boxes can be made reusable, as they share the same properties in CSS except for the colour, and the Box constructor can them be called and assigned a class based on its colour. (as an example, see './src/Box.js');

  1. What can be done to turn this into a production-ready product for sale?
  • ensure code is clean;
  • TDD so app does not break at any point and is robust;
  • environment is set as production (not development or test);
  • run npm build to ensure the app is deployment-ready;
  • deploy on a hosting service such as Heroku or AWS.

About


Languages

Language:JavaScript 63.2%Language:HTML 25.7%Language:CSS 11.1%