Exercise DB with React & Material-UI
The react-exercises project is a database app built with React and Material-UI using Webpack and Babel. It was completed in late 2018 before React hooks came out. The project is divided into different branches, each focusing on a specific topic or feature. There are also references available including YouTube videos, a Medium article, and CodeSandbox links.
To install and set up the project, follow these steps:
yarn start or npm start to serve the app at localhost:4000 and watch files for re-building the bundle.yarn build or npm run build to build a production bundle in the dist folder.yarn stats or npm run stats to generate a Webpack stats JSON file and render a dependency treemap.yarn serve or npm run serve to statically serve the contents of the dist folder.The react-exercises project is a database app built with React and Material-UI. It covers various features and topics such as grid layout, data store, dialogs, forms, theming, and more. The project provides different branches for specific topics and includes references such as YouTube videos, a Medium article, and CodeSandbox links. Installation and setup instructions are also provided.