Welcome to Twist , your ultimate solution for discovering, filtering, and managing products effortlessly through a responsive, user-friendly interface.
-
Search and Filter:
- Search for products by name.
- Filter by brand, category, and price range, with multi-filter functionality.
-
Sorting and Pagination:
- Sort products by price or date added.
- Paginate results for smoother product browsing.
- react-paginate
- react-router-dom
- react-hot-toast
To get a local copy up and running follow these simple steps.
Make sure you have Node.js and npm (or yarn) installed on your development machine.
- Clone the repository:
git clone https://github.com/your-username/your-project.git Navigate into the project directory: cd your-project Install dependencies: npm install or yarn install To run the project locally, use the following command: npm start or yarn start
Replace your-username and your-project with your actual GitHub username and project repository name.