ProStart is a frontend web application designed with Next.js. It offers an intuitive user experience for viewing products, adding comments and reactions, and provides an AI assistant for enhanced customer support.
ProStart is aimed at providing an immersive and interactive user interface to improve customer engagement. It allows users to browse through a variety of products, add comments, and give reactions to their favorite items. Additionally, the inclusion of an AI assistant feature elevates the user experience by offering support.
- Browse through the wide range of available products.
- View detailed descriptions of individual products.
- Comment on products and leave reactions based on your experience.
- Use the AI assistant for guidance, support, and additional information.
- Authentication (Login & Register)
- Browse and view products
- Add comments to products
- Give reactions to products
- AI Assistant for real-time customer support
Ensure you have Node.js and npm installed on your system.
- Clone the repository:
git clone https://github.com/username/prostart
- Navigate to the project directory:
cd prostart
- Install dependencies:
npm install
- Run the project:
npm run start
You can now access the application at http://localhost:3000
.