An open API service indexing awesome lists of open source software.

https://github.com/codedpro/kidlearn

An interactive learning platform for kids and teachers โ€” build games, worksheets, and track progress using a modern Next.js + Tailwind UI.
https://github.com/codedpro/kidlearn

edtech education embla-carousel gamified-learning interactive-worksheets kids learning-platform nextjs14 radix-ui react react-hook-form tailwindcss teacher-tools typescript zod

Last synced: 19 days ago
JSON representation

An interactive learning platform for kids and teachers โ€” build games, worksheets, and track progress using a modern Next.js + Tailwind UI.

Awesome Lists containing this project

README

          

# KidLearn ๐ŸŽ“

**KidLearn** is an interactive educational platform designed to empower teachers with tools to create engaging worksheets, games, and activities that captivate young learners. Built with modern web technologies, KidLearn transforms traditional classrooms into dynamic learning environments.

๐ŸŒ Live Preview: [nesters-kidlearn-landing-two.vercel.app](https://nesters-kidlearn-landing-two.vercel.app/)

---

## ๐Ÿš€ Features

* **Interactive Worksheets**: Design colorful, drag-and-drop worksheets that make learning fun.
* **Educational Games**: Develop custom games to reinforce learning concepts through play.
* **Progress Tracking**: Monitor student progress with detailed analytics and reports.
* **Resource Library**: Access a vast collection of pre-made templates and educational resources.
* **Responsive Design**: Optimized for desktops, tablets, and mobile devices.
* **Dark Mode Support**: Seamless theme switching for user comfort.

---

## ๐Ÿ› ๏ธ Tech Stack

* **Framework**: Next.js 15.2.4
* **Language**: TypeScript
* **Styling**: Tailwind CSS 3.4.17, tailwindcss-animate
* **Form Handling**: React Hook Form, Zod, @hookform/resolvers
* **UI Components**: Radix UI, Lucide React, Sonner
* **Carousel**: Embla Carousel
* **Charts**: Recharts
* **Date Picker**: React Day Picker
* **Authentication**: Input OTP
* **State Management**: Next Themes
* **Utilities**: clsx, class-variance-authority, tailwind-merge

---

## ๐Ÿ“ฆ Installation

1. **Clone the repository**:

```bash
git clone https://github.com/codedpro/Kidlearn.git
cd Kidlearn
```

2. **Install dependencies**:

```bash
npm install
# or
yarn install
```

3. **Run the development server**:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

---

## ๐Ÿ“ Project Structure

```bash
โ”œโ”€โ”€ components/ # Reusable UI components
โ”œโ”€โ”€ pages/ # Next.js pages
โ”œโ”€โ”€ public/ # Static assets
โ”œโ”€โ”€ styles/ # Global styles and Tailwind configurations
โ”œโ”€โ”€ utils/ # Utility functions
โ”œโ”€โ”€ types/ # TypeScript type definitions
โ”œโ”€โ”€ package.json # Project metadata and scripts
โ””โ”€โ”€ tailwind.config.js # Tailwind CSS configuration
```

---

## ๐Ÿงช Scripts

* `npm run dev` โ€“ Start the development server
* `npm run build` โ€“ Build for production
* `npm run start` โ€“ Start the production server
* `npm run lint` โ€“ Run ESLint to analyze code quality

---

## ๐Ÿ™Œ Acknowledgments

* [Radix UI](https://www.radix-ui.com/) for accessible UI components
* [Tailwind CSS](https://tailwindcss.com/) for utility-first styling
* [Embla Carousel](https://www.embla-carousel.com/) for smooth carousels
* [Lucide Icons](https://lucide.dev/) for beautiful icons
* [Zod](https://zod.dev/) for schema validation