Ic3Ninj4 / bwa-u3-jammming-prj

0 stars 0 forks source link

Summary #5

Open ghost opened 6 years ago

ghost commented 6 years ago

Needs Improvement

You're close to finish line! It looks like you just need a little more to finish the last bit of functionality. Retrace your steps and figure out where it might make sense to get the access token so that you can properly save playlists.

While you do this, make sure you keep your local and remote repo organized. Make sure you're keeping all of the files create-react-app creates for you (otherwise your app can't be run) and keeping the files you create organized in their own folders and subfolders. Where possible, refactor components as well to make them simpler.

Ic3Ninj4 commented 6 years ago

Thank you for the feedback. I originally tried to upload my complete directory, but there was a mass number of files being created under a "node modules" folder by the create-react-app. When I tried to do the upload of the complete directory using the Codecademy link it said I had too large of an upload and to limit to 25000 KB (roughly 25MB). However, the directory adds up to roughly 113MB when it's said and done. I tried to grab the files that I created during the course of following the instructions to create the app, but I do see the note about needing to have also uploaded the package.json and such files that are above the src and public folders.

Do I need to attempt resubmitting my code and get those additional files uploaded to properly show the application working and not throwing the errors documented in a separate issue?