This is the front-end client for the auction project. It's a React-based application that allows users to participate in online auctions. The project uses various libraries and dependencies to enhance the user experience and functionality.
Check out server repo of this project. Click here
Link | ✅ |
---|---|
Client | ✅ |
Server | ❌ |
Server has spun down as it was free instance types with inactivity.
Before getting started, ensure you have Node.js installed on your system.
- Clone this repository to your local machine.
- Navigate to the project directory:
cd auction
- Install the required dependencies:
npm install
To run the client locally, use the following command:
npm start
This will start the development server and open the application in your web browser.
Here are some of the key dependencies used in this project:
- React: A JavaScript library for building user interfaces.
- axios: A promise-based HTTP client for making API requests.
- Socket.IO: A library for real-time, bidirectional communication between clients and the server.
- React Router: A library for handling navigation and routing in React applications.
- Tailwind CSS: A utility-first CSS framework for building responsive and customizable designs.
- react-toastify: A notification system for displaying messages to users.
- And more...
You can find the complete list of dependencies in the package.json
file.