GithubHelp home page GithubHelp logo

sanchezd90 / iandai-next Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 63.56 MB

Language training app powered with AI (frontend).

Home Page: https://iandai.vercel.app

JavaScript 0.31% TypeScript 98.79% CSS 0.90%
chatgpt-api language-learning nextjs14 react

iandai-next's Introduction

IANDAI

Overview

IANDAI is a language learning tool designed to enhance written language skills through interactive AI chat sessions. This application leverages various technologies for styling, state management, and API calls to provide a seamless and engaging language learning experience.

Installation

Before getting started, make sure you have Node.js installed on your machine.

Run the following command to install dependencies:

npm install

Usage

To run the development server:

npm run dev

To build the application:

npm run build

To start the application in production mode:

npm start

Project Structure

The source code is organized into the following folders:

  • app: Contains the main components and logic for the application.
  • hooks: Custom React hooks used throughout the application.
  • services: Modules for handling API calls and other external services.
  • utils: Utility functions and helper modules.
  • fonts: Font files for the application.
  • lib: Redux store and slices
  • theme: Styling themes and configurations.

How it Works

Styling

The application utilizes Emotion for styling, with @emotion/react and @emotion/styled as dependencies. Emotion provides a convenient way to write and manage styles in JavaScript, enhancing the modularity and maintainability of the codebase.

State Management

State management is handled through Redux and Redux Toolkit. Dependencies such as react-redux and @reduxjs/toolkit are included. Redux allows for a centralized store, enabling efficient state handling and communication between components. Redux Toolkit simplifies the setup and reduces boilerplate code.

API Calls

API calls are managed using the axios library. This dependency facilitates making HTTP requests, allowing the application to interact with external services seamlessly. The services folder encapsulates modules responsible for handling API calls and other external services.

iandai-next's People

Contributors

danielsanchezrueda avatar sanchezd90 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.