A modern React.js application with Material-UI components and comprehensive testing.
- Material-UI component library
- Form validation with Formik
- TypeScript implementation
- Unit testing with Jest
- Responsive design
- Theme customization
- Node.js
- Yarn package manager
- Install dependencies:
yarn install
yarn start
- Start development serveryarn build
- Build production bundleyarn test
- Run test suite with coverageyarn lint
- Run ESLint checksyarn prettier
- Format code with Prettier
- Component-based architecture
- React Router for navigation
- Axios for API communication
- Jest test framework
- React Testing Library
- Coverage reporting