Skip to content

mirzayevkamal/index-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Chat App with React

Welcome to the AI Chat App built with React! This application allows users to engage in conversations with an AI-powered chatbot. The project is scaffolded using Create React App and includes Storybook for component development.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine.

Prerequisites

Make sure you have Node.js and npm installed on your machine.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/mirzayevkamal/index-chat.git
  2. Navigate to the project directory:

    cd index-chat
  3. Install the project dependencies:

    npm install

Available Scripts

In the project directory, you can run the following scripts:

  • Start the Development Server:

    npm start

    This command launches the development server. Open http://localhost:3000 in your browser to view the app.

  • Build the Project:

    npm run build

    Build the app for production in the build folder.

  • Eject from Create React App:

    npm run eject

    Note: This is a one-way operation. Once you eject, you can't go back!

  • Storybook:

    npm run storybook

    Launches Storybook on http://localhost:6006 for component development.

  • Build Storybook:

    npm run build-storybook

    Build Storybook as a static app for production.

Contributing

Feel free to contribute to this project by opening issues or submitting pull requests. Follow our Contribution Guidelines for more details.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published