ThinkFast is a collection of quick, lightweight brain games built to test your reflexes, memory, and pattern recognition.
- Frontend Framework: React 19 with TypeScript
- Styling: Tailwind CSS 4
- Animation: Motion One
- Routing: React Router 7
- Build System: Vite 6
- Quality Assurance: ESLint 9, TypeScript 5.8
- Custom React hooks for game logic and state management
- Local storage integration for persistent user data
- Optimized rendering with React's latest features
- Motion animations for enhanced user experience
- Responsive design for all device sizes
# Install dependencies
pnpm install
# Start development server
pnpm run dev
# Build for production
pnpm run build
src/
├── components/ # Reusable UI components
├── hooks/ # Custom React hooks for game logic
├── pages/ # Application routes and views
├── utils/ # Helper functions and constants
└── App.tsx # Application entry point
This project is licensed under the MIT License.