- Clean and responsive UI.
- Interactive animations.
- Authorization using Clerk - a third-party authentication service.
- AI generated voices.
- Leaderboard and Quests to keep user engaged.
- Integrated monthly subscription using Stripe.
- Admin dashboard.
Lingo is a language learning platform that uses spaced repetition to help users learn new languages. The app provides a seamless learning experience with a clean and intuitive UI.
Instructions to get a copy of the project up and running on your local machine.
- Node.js (>=16.x)
- npm (>=8.x) or yarn (>=1.x)
Clone the repo and install dependencies:
git clone https://github.com/arjunbector/Lingo.git
cd lingo
npm install
or with yarn
yarn install
Start the development server
npm run dev
or with yarn
yarn dev
Navigate to http://localhost:3000. The page will automatically reload if you make changes to the code.