Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 814 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 814 Bytes

Frontend Application

A modern React.js application with Material-UI components and comprehensive testing.

Features

  • Material-UI component library
  • Form validation with Formik
  • TypeScript implementation
  • Unit testing with Jest
  • Responsive design
  • Theme customization

Prerequisites

  • Node.js
  • Yarn package manager

Setup

  1. Install dependencies:
yarn install

Available Scripts

  • yarn start - Start development server
  • yarn build - Build production bundle
  • yarn test - Run test suite with coverage
  • yarn lint - Run ESLint checks
  • yarn prettier - Format code with Prettier

Architecture

  • Component-based architecture
  • React Router for navigation
  • Axios for API communication

Testing

  • Jest test framework
  • React Testing Library
  • Coverage reporting