Interview app
- React: JavaScript library for building user interfaces.
- Redux: Predictable state container for JavaScript apps.
- Material-UI: React components for faster and easier web development.
- React Chartjs 2: React wrapper for Chart.js.
- Jest: JavaScript Testing Framework.
Feel free to add or remove libraries based on your actual dependencies.
Make sure you have [Node.js] v18+(https://nodejs.org/) installed.
npm install
Run the app in development mode:
npm run dev This will start the development server, and you can access your app at http://localhost:3000 (or another port if 3000 is already in use).
Build the app for production:
npm run build This command creates an optimized production build in the build directory.
Run tests:
npm test This command runs your Jest tests.