ASL-Frontend is an interactive web application designed to help users learn American Sign Language (ASL) through fun and engaging games. This platform aims to make ASL learning accessible and enjoyable for everyone, whether you're a beginner or looking to practice your skills.
- Learn ASL Basics: Start from the fundamentals of ASL with interactive lessons.
- Interactive Games: Test your knowledge with games like Hangman and Wordle, tailored for ASL.
- Progress Tracking: Monitor your learning progress and review past performances.
- Frontend: React.js, Redux for state management
- Styling: CSS Modules, Styled-components
- Testing: Jest for unit tests
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/ASLGame/ASL-Frontend.git cd ASL-Frontend
- Install dependencies
npm install
- Start Development Server
npm run dev