website name: Auction Gallery
It is a Biding website. User can Bid any item and also remove any bid item. when he bid any item, the item was add in his favorite item list and give a adding alert sound and a message in toastify.
Vite, nodejs, React.js , localstorage, React DOM, Tailwind CSS, DaisyUI, React-toastify
Bid Items showing in table format ( by default ) but user can change it in card by selecting card format. Automated calculate total sum of all added bid price, and when remove any item substruct the item price from the total sum. adding and removing alert sound.
-
vite : 6.2.0,
-
daisyui : 5.0.18,
-
react : 19.0.0,
-
react-dom : 19.0.0,
-
react-toastify : 11.0.5,
-
tailwindcss : 4.1.3
First make sure Node.js and npm are installed on your system. If not then You can install them from Node.JS. Next, open a terminal or command prompt and use the git clone command and then paste the copied repository URL to clone the project. After cloning, navigate into the project folder using cd project-name. Once inside the project directory, run npm install to install all the dependencies listed in the package.json file. When the installation is complete, start the development server by running npm run dev. This will launch the React app in your default browser at http://localhost:5173, allowing you to view and work on the website locally.
