convolution-visualizer icon indicating copy to clipboard operation
convolution-visualizer copied to clipboard

Refactor code base as per latest Create React App

Open aaditkamat opened this issue 5 years ago • 0 comments

Major Changes made:

  • Split the index.js file into App.js and the respective files for each React Component
  • Added seperate CSS files for styling each component in the styles folder.

There are also updates to package.json, .gitignore and index.html based on the changes in Create React App since the last time it was used to build the project.

aaditkamat avatar Sep 19 '20 05:09 aaditkamat