This is a responsive and interactive web application built using React.js and styled-components. It displays a list of products, each including an image, title, description, and price. Users can filter and sort the products based on their attributes (e.g., price, category). Additionally, it features a user-friendly pagination system to navigate through the product list.
You can view a live demo of this application at Demo Link.
-
Responsive Design: The web page is designed to be visually appealing and fully responsive, ensuring a seamless experience on various devices and screen sizes.
-
Smooth Transitions: We've added smooth transitions and animations for user interactions, enhancing the user experience.
-
Filtering and Sorting: Users can filter and sort the product list based on various attributes, such as price and category.
-
Pagination System: The product list is paginated to display a reasonable number of products per page, making it easier for users to navigate through a large catalog.
To run this project locally, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/getMonirr/devTown.git
-
Navigate to the project directory:
cd devTown
-
Install project dependencies:
npm install
-
Start the development server:
npm start
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
- Configure the top-level
parserOptions
property like this:
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
project: ['./tsconfig.json', './tsconfig.node.json'],
tsconfigRootDir: __dirname,
},
- Replace
plugin:@typescript-eslint/recommended
toplugin:@typescript-eslint/recommended-type-checked
orplugin:@typescript-eslint/strict-type-checked
- Optionally add
plugin:@typescript-eslint/stylistic-type-checked
- Install eslint-plugin-react and add
plugin:react/recommended
&plugin:react/jsx-runtime
to theextends
list