Giter Site home page Giter Site logo

next14-duolingo-clone's Introduction

Build a Duolingo Clone With Nextjs, React, Drizzle, Stripe (2024)

Duolingo thumb (1)

This is a repository for a "Build a Duolingo Clone With Nextjs, React, Drizzle, Stripe (2024)" youtube video.

VIDEO TUTORIAL

Key Features:

  • ๐ŸŒ Next.js 14 & server actions
  • ๐Ÿ—ฃ AI Voices using Elevenlabs AI
  • ๐ŸŽจ Beautiful component system using Shadcn UI
  • ๐ŸŽญ Amazing characters thanks to KenneyNL
  • ๐Ÿ” Auth using Clerk
  • ๐Ÿ”Š Sound effects
  • โค๏ธ Hearts system
  • ๐ŸŒŸ Points / XP system
  • ๐Ÿ’” No hearts left popup
  • ๐Ÿšช Exit confirmation popup
  • ๐Ÿ”„ Practice old lessons to regain hearts
  • ๐Ÿ† Leaderboard
  • ๐Ÿ—บ Quests milestones
  • ๐Ÿ› Shop system to exchange points with hearts
  • ๐Ÿ’ณ Pro tier for unlimited hearts using Stripe
  • ๐Ÿ  Landing page
  • ๐Ÿ“Š Admin dashboard React Admin
  • ๐ŸŒง ORM using DrizzleORM
  • ๐Ÿ’พ PostgresDB using NeonDB
  • ๐Ÿš€ Deployment on Vercel
  • ๐Ÿ“ฑ Mobile responsiveness

Prerequisites

Node version 14.x

Cloning the repository

git clone https://github.com/AntonioErdeljac/next14-duolingo-clone.git

Install packages

npm i

Setup .env file

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=""
CLERK_SECRET_KEY=""
DATABASE_URL="postgresql://..."
STRIPE_API_KEY=""
NEXT_PUBLIC_APP_URL="http://localhost:3000"
STRIPE_WEBHOOK_SECRET=""

Setup Drizzle ORM

npm run db:push

Seed the app

npm run db:seed

or

npm run db:prod

Start the app

npm run dev

next14-duolingo-clone's People

Contributors

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