MyStory is a dynamic web application built with Next.js that offers an engaging platform for users to explore content while seamlessly integrating a chatbot for assistance and a translator for enhanced accessibility. The application is designed with responsiveness in mind, making it ideal for both desktop and mobile users.
- Responsive Design: Optimized for both desktop and mobile devices.
- Chatbot Integration: Provides instant assistance to users.
- Language Translation: Offers real-time translation of content to enhance accessibility.
- User-friendly Navigation: Easy-to-use sidebar navigation for smooth browsing.
- Dark/Light Mode: Users can switch between themes for better readability.
-
Frontend:
- Next.js - A React framework for server-side rendering and static site generation.
- Tailwind CSS - Utility-first CSS framework for rapid UI development.
-
Backend:
- Clerk API - Authentication and user management.
- Stream API - Real-time chat features for the chatbot and between members and customers.
- Clone the repository:
git clone https://github.com/AryamanAMD/MyStory.git
- Install the dependencies:
-
npm install
- Run the Project:
npm run dev