Bikinsoal

screenshot of Bikinsoal
nextjs
react
tanstack
tailwind
shadcn-ui
drizzle-orm

A Next.js Project that implements GPT-3.5 turbo, T3-Stack App Router, Next-auth, Drizzle and ShadcnUI

Overview

Bikinsoal is an innovative open-source quiz generator designed specifically for educators looking to elevate their teaching methodologies. With a focus on intuitive functionality and seamless integration, this tool allows teachers to create interactive quizzes effortlessly. Whether you are an experienced tech user or just starting out, Bikinsoal presents a fantastic opportunity to engage students in a personalized and dynamic way.

Features

  • Quiz Generation: Easily create and customize quizzes tailored to various subjects and difficulty levels, enhancing student learning experiences.
  • History Tracking: Keep track of past quizzes and student performance, enabling educators to analyze learning trends and improve instruction.
  • Local Development: Users can clone the repository and set up the environment quickly, allowing for easy local development and testing.
  • Tech Stack: Built using robust technologies like Next.js and TypeScript, ensuring a modern and efficient user experience.
  • AI Integration: Utilizes OpenAI's GPT-3.5 Turbo for advanced question generation, making quizzes more engaging and relevant.
  • Database Support: Features a reliable database solution with PlanetScale, ensuring data integrity and scalability.
  • Authentication: NextAuth.js provides seamless user authentication, making it easy for teachers and students to access the platform securely.
  • Active Contribution: The project encourages community involvement, allowing users to suggest features, report bugs, and contribute improvements.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

tanstack
TanStack

TanStack is a collection of high-quality, framework-agnostic libraries including TanStack Query for data fetching, TanStack Router for routing, TanStack Table for tables, and more. These tools provide powerful, type-safe solutions for common web development challenges.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

shadcn-ui
Shadcn UI

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.

drizzle-orm
Drizzle ORM

Drizzle ORM is a TypeScript ORM for SQL databases designed with maximum type safety in mind. It comes with a drizzle-kit CLI companion for automatic SQL migrations generation. Drizzle ORM is meant to be a library, not a framework. It stays as an opt-in solution all the time at any levels.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

framer-motion
Framer Motion

Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

zod
Zod

Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.