convolution-visualizer
convolution-visualizer copied to clipboard
Refactor code base as per latest Create React App
Major Changes made:
- Split the
index.jsfile intoApp.jsand the respective files for each React Component - Added seperate CSS files for styling each component in the
stylesfolder.
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.