Project Overview
This is a React application set up for development and production use. It provides scripts to run, test, and build the project efficiently.
Available Commands npm start Runs the app in development mode and opens it in the browser. The page updates automatically when changes are made. npm test Starts the testing environment in interactive mode. npm run build Creates an optimized production build in the build folder with minimized files for better performance. npm run eject Exposes the internal configuration (like Webpack, Babel, etc.) for full customization. This action is permanent. Notes Development mode supports live reloading and error display. Production build is optimized for performance and deployment. Eject should only be used when advanced customization is required.