/alternative-seek

A MERN Stack Web Application

Primary LanguageJavaScript

Alternative Seek

Find, Get, Recommend Alternatives for Any Product!

Website Type: Alternative Product Information System

Live Link:

https://alternative-seek.surge.sh/

Site Features:

  • Users Can Create Queries to get Recommendations
  • Users Can Recommend to Other Queries
  • Users Can Update and Delete their Created Queries
  • Users Can view their Queries and Recommendations Easily
  • Users can SignUp Easily
  • Light Mode / Dark Mode Included

Packages Used:

  • Flowbite: To use Flowbite Tailwind Components to build the Site
  • React-Toastify: For Showing Toast
  • React-Helmet: To Update site Title
  • Sweet Alert 2
  • Swiper JS

To Run the Project:

  • Clone this Repository
  • Update the ENV Variables
  • Run on Terminal from the Project Folders:

For client-side:

npm install
npm run dev

For server-side:

npm install
node index.js