MockProject is a website for all free stuff on the internet.
This project is a modernized React application focused on providing free comprehensive resources for developers, designers, and data scientists.
- Framework: React 18+
- UI Library: Chakra UI v3
- State Management: Zustand v5
- Routing: React Router v7
- Styling: Panda CSS (Chakra UI v3 underlying engine)
- Language: TypeScript 5.x
- Testing: Jest & Cypress
- Package Manager: Yarn 4.x (Berry)
- Node.js (Latest LTS recommended)
- Yarn 4.x
yarn installyarn startyarn build# Run all tests
yarn test
# Run tests with coverage
yarn test:cov
# Open Cypress for E2E testing
yarn cy:open# Run ESLint
yarn lint
# Format code with Prettier
yarn healthier- CI/CD: GitHub Actions for automated building, linting, testing, and FTP deployment.
- Localization: Internationalization support via
i18next. - Theme: Robust dark/light mode support with system preference detection.
© {{year}} mockproject.com | All rights reserved