TrolleyCart is a user-friendly web app for discovering and saving deals. It features secure login/register functionality. Authenticated users enjoy a personalized home page with cards showcasing deals, each with "Add to Deals" and "Check Details" buttons for convenient deal management. TrolleyCart offers a seamless experience, prioritizing user convenience and security.
-
clone the repository (use tools like gitbash,terminal,vscode)
git clone https://github.com/Varun8177/worldref.git
-
navigate to the above cloned folder.
-
run
npm install
in terminal. -
run
npm run start
in terminal
- react.js
- react-router-dom
- tailwind CSS
- react-icons
- react-responsive
- notistack
- User should register themself by adding their credentials in the register page.
- It will redirect you to the login page on successfull registration.
- Once the user is registered, user can use his credentials in the login page to login
- After successfull login, user will be redirected to home page where he can have a look at all the products and use the features.