Skip to content

RabbiIslamRony/Chat-bot-alpha

Repository files navigation

Welcome to Chat-bot – an open-source project designed to help you enhance your JavaScript skills through practical exercises.

Installation

Before you begin, ensure you have Node.js and npm installed. Use the following steps to install Node.js (Recommended Node.js version: 20.10.0):

  1. Visit Node.js official website.
  2. Download the appropriate version for your OS.

After installing Node.js, open your terminal and run:

npm start

To create a production-ready build, use

npm run build
  1. This command will generate a build in the build/ directory with HTML, CSS, JS, and fonts.

API Key Configuration

Before running the project, replace the API key in src/js/index.js:

Replace this API key

const apiKey = "your_api_key_here";

https://github.com/RabbiIslamRony/Chat-bot-alpha/blob/main/src/js/index.js

  • Ensure your API key is securely configured before using the application.

Note

We utilize Tailwind for enhanced flexibility, allowing you to effortlessly achieve various designs.Additionally, please note that the project is currently under development, so we appreciate your patience in case you encounter any minor issues.

Contribution

Feel free to contribute to the project by opening issues or submitting pull requests. Your contributions are valuable.

Happy coding!