This is a detailed and fine-tuned E-commerce filtering system that filters right down to on of the smallest variables possible.
- Fine-tuned filtering
- sort by price
- sort by color
- slider for precise range selection
Color | Hex |
---|---|
Primary Color | #242534 |
Secondary Color | #393E46 |
Accent Color | #00ADB5 |
Text Color | #EEEEEE |
To run this project, you will need to add the following environment variables to your .env file
NEXT_PUBLIC_APP_URL=
DATABASE_URL=
- Clone this repo
git clone https://github.com/glenmiracle18/filtering-system
- rename the dotenv file
cp .env.example .env
- run locally
yarn dev
Clone the repo
git clone https://github.com/glenmiracle18/filtering-system
install all dependencies
pnpm install
- creating database and schema
- create the next project
- create ui / frontend
- dynamic rendering
- backend and api
- error handling
- debugging
- deployment
- refactor and improvments
Contributions are always welcome!
see contributing.md
for ways to get started
Please read the Code of Conduct
- How do I get better at coding?
- just build sh*t. Trust me
Distributed under the no License. See LICENSE.txt for more information.
Glen Miracle - @twitter_handle - [email protected]
Project Link: https://github.com/glenmiracle18/filtering-system