This is a React application designed to serve as an Alternative Product Information System. Users can interact with the system to add, update, and delete queries about products. Additionally, users can view queries for alternative products, along with details and recommendations. The system also allows users to add and delete recommendations for certain products, as well as modify or delete their own comments.
- User Query Management: Users can seamlessly add, update, and delete queries about products within the system.
- Query Viewing: Users can access queries for alternative products on the website, viewing details and additional recommendations.
- Recommendation System: Users have the ability to add recommendations for specific products, enhancing the collaborative aspect of the platform.
- Secure Authentication: The website employs JWT authentication for enhanced security, ensuring user data remains protected.
- Interactive UI: Built using React and styled with Tailwind CSS and DaisyUI, the website offers a visually appealing and user-friendly interface for smooth navigation.
- React
- Axios
- React Router DOM
- React Hook Form
- React Icons
- React Spinners
- SweetAlert2
- Swiper
- Tailwind CSS
- DaisyUI
- React Parallax Tilt
- React Animated Cursor
- Clone the repository:
git clone https://github.com/your-username/your-repository.git
- Navigate to the project directory:
cd your-repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Custom Cursor all over the website
- Added blank image for queries without images
- Added new animations for the website
- Added Parallax Tilt for the website for a parallel effect
- Refactor the toast messages style sync to the websites theme
Visit www.swapsavvy.com to explore the live website and its functionalities.