srujanr40 / dogfish

CPSC 455 Project
3 stars 0 forks source link

Basic React Frontend Folder Setup #2

Closed rkelly123 closed 1 year ago

rkelly123 commented 1 year ago

Added all of the files from a basic run of the create react app command, as well as installed the redux and react-redux packages to the frontend. I then went on to create some basic folder layouts for the front end components that we will be working on. I added an example in the joined_session folder to show how we might use the folders.

Let me know what you guys think about the layout. I also left in all of the standard create-react-app files so that npm start still displays the default react page just to show things are still hooked up correctly. We can remove those files later.

Mainly did this so that we can all start working on our own sections whenever we have a chance, and we shouldn't have to worry about merge conflicts.