REMwaste: Reliable and eco-friendly waste skip hire service, offering flexible solutions for efficient waste disposal.
REMwaste is a React TypeScript app designed to streamline waste skip hire services by providing users with an intuitive platform to browse, select, and book skips based on their waste disposal needs. It features dynamic pricing, real-time availability, and a user-friendly interface optimized for seamless interaction across devices.
This project was bootstrapped with Vite.
- Live link: REMwaste
- Seamless Skip Booking: Easily browse, select, and hire skips based on waste type and disposal needs.
- Dynamic Pricing & Availability: Get real-time pricing updates and availability for efficient waste management.
- Mobile-Friendly Experience: Optimized UI for smooth navigation across all devices.
Below are the third-party libraries used in this project:
Feature | Package | Benefits |
---|---|---|
React | react |
A JavaScript library for building user interfaces. |
TypeScript | typescript |
A superset of JavaScript that adds static type definitions. |
React Toogle Dark Mode | react-toggle-dark-mode |
A React component for implementing dark mode toggling. |
Axios | axios |
A promise-based HTTP client for making API requests in JavaScript. |
React Icons | react-icons |
A library providing popular icon sets as React components. |
TailwindCSS | tailwindcss |
A utility-first CSS framework for rapidly building custom designs. |
- Clone the repository:
git clone https://github.com/your-username/Rem-waste.git
- Install dependencies using
npm install
. - Start the development server:
npm run dev