Skip to content

Latest commit

 

History

History
70 lines (46 loc) · 1.22 KB

File metadata and controls

70 lines (46 loc) · 1.22 KB

Lingo

Table of Contents

Features

  • 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.

About

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.

Getting Started

Instructions to get a copy of the project up and running on your local machine.

Prerequisites

  • Node.js (>=16.x)
  • npm (>=8.x) or yarn (>=1.x)

Installation

Clone the repo and install dependencies:

git clone https://github.com/arjunbector/Lingo.git
cd lingo
npm install

or with yarn

yarn install

Running Locally

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.

Wanna Try?

Try here