Git Product home page Git Product logo

getlingo's Introduction

logo logo

GetLingo - the interactive language learning platform with lessons, quizzes and progress tracking.
GetLingo is built using TypeScript and follows all modern Web Development practices.

contributors last update forks stars open issues license


鈿欙笍 Tech Stack

React 聽聽Next JS 聽聽TypeScript 聽聽TailwindCSS 聽聽Drizzle 聽聽Neon 聽聽Clerk 聽聽Zustand 聽聽shadcn/ui


馃敡 Stats


Stats for GetLingo


馃О Features

  • 馃攼 Auth using Clerk
  • 馃寪 Courses, Units, Lessons, Challenges
  • 馃攰 Sound effects
  • 鉂わ笍 Hearts system
  • 馃専 Points / XP system
  • 馃椇 Quests milestones
  • 馃攧 Practice old lessons to regain hearts
  • 馃泹 Shop system to exchange diamonds with hearts
  • 馃弳 Leaderboard
  • 馃彔 Landing page
  • 馃搳 Admin dashboard React Admin
  • 馃挸 Courses, Units, Lessons, Challenges CRUD operations
  • 馃摫 Mobile responsiveness
  • 馃捑 PostgresDB using NeonDB
  • 馃導 ORM using DrizzleORM

馃摲 Screenshots

image

image

image

image

image


Installation

Prerequisites

Node version 18.x.x

Cloning the repository

git clone https://github.com/Ventorix/GetLingo.git

Install packages

npm i

Setup .env file

# clerk auth keys
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
CLERK_SECRET_KEY=sk_test_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# clerk admin user id(s) separated by comma and space (, )
CLERK_ADMIN_IDS="user_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx, user_xxxxxxxxxxxxxxxxxxxxxx"

# db uri
DATABASE_URL=

Setup Drizzle ORM

Push database schema to server (I used Neon)

npm run db:push

Seed the app

npm run db:seed

Start the app

npm run dev

Available commands

Running commands with npm npm run [command]

command description
dev Starts a development instance of the app
db:push Push database schema to server
db:seed Fill database with base working data
db:studio Launch Drizzle Studio to view database

馃檶 Contributing

Contributions are welcome! If you want to contribute to this project, please follow these steps:

  • Fork the repository.
  • Create a new branch for your feature or bug fix.
  • Commit your changes to the new branch.
  • Open a pull request back to the main repository, including a description of your changes.

getlingo's People

Contributors

ventorix avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    馃枛 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 馃搳馃搱馃帀

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google 鉂わ笍 Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.