AI-QnA is an open-source application that leverages the power of artificial intelligence to provide a question-and-answer interface. The application is built with Next.js, TypeScript, and Tailwind CSS, combining modern web development technologies for a seamless user experience.
To get started with AI-QnA locally, follow these simple steps:
Make sure you have the following tools installed on your machine:
-
Clone the repository:
git clone https://github.com/ashsajal1/ai-qna.git
-
Navigate to the project directory:
cd ai-qna
-
Install dependencies:
npm install
To run the application locally, use the following command:
npm run dev
Visit http://localhost:3000 in your browser to access the application.
We welcome contributions from the community! If you're interested in contributing, please check out our Contribution Guidelines.
- AI-powered Q&A: Utilize advanced AI algorithms to answer user queries.
- Next.js: Benefit from the advantages of Next.js for a fast and efficient web application.
- TypeScript: Enjoy the benefits of static typing with TypeScript.
- Tailwind CSS: Create a responsive and stylish user interface using Tailwind CSS.
For detailed information on the project structure, development guidelines, and more, refer to the Documentation.
If you encounter any bugs or have suggestions for improvement, please create an issue.
This project is licensed under the MIT License - see the LICENSE file for details.
We would like to express our gratitude to the open-source community for their contributions and support.
Happy coding!