Welcome to Chat-bot – an open-source project designed to help you enhance your JavaScript skills through practical exercises.
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):
- Visit Node.js official website.
- Download the appropriate version for your OS.
After installing Node.js, open your terminal and run:
npm start
npm run build
- This command will generate a build in the build/ directory with HTML, CSS, JS, and fonts.
Before running the project, replace the API key in src/js/index.js:
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.
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.
Feel free to contribute to the project by opening issues or submitting pull requests. Your contributions are valuable.
Happy coding!