https://github.com/thecodechaser/trendify
Trendify is a React-based e-commerce application designed for seamless online shopping. It offers a wide range of products across categories such as clothing, shoes, and home appliances. Users can browse products, add items to their cart or wishlist, and complete their purchase effortlessly through a streamlined checkout process.
https://github.com/thecodechaser/trendify
html-css javascipt react tailwind-css typescript
Last synced: 29 days ago
JSON representation
Trendify is a React-based e-commerce application designed for seamless online shopping. It offers a wide range of products across categories such as clothing, shoes, and home appliances. Users can browse products, add items to their cart or wishlist, and complete their purchase effortlessly through a streamlined checkout process.
- Host: GitHub
- URL: https://github.com/thecodechaser/trendify
- Owner: thecodechaser
- License: mit
- Created: 2025-02-19T14:06:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-07T11:19:36.000Z (about 1 year ago)
- Last Synced: 2025-06-07T12:25:01.045Z (about 1 year ago)
- Topics: html-css, javascipt, react, tailwind-css, typescript
- Language: TypeScript
- Homepage: https://trendify.thecodechaser.com
- Size: 1.96 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Trendify
> Trendify is a React-based e-commerce application designed for seamless online shopping. It offers a wide range of products across categories such as clothing, shoes, and home appliances. Users can browse products, add items to their cart or wishlist, and complete their purchase effortlessly through a streamlined checkout process.
## Preview:



## Built With
- HTML
- CSS
- Tailwind
- JavaScript
- TypeScript
- REACT
- Redux
- Webpack
- Jest
## Live version
[Trendify](https://trendify.thecodechaser.com)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- A text editor(preferably Visual Studio Code)
- Node
- Web browser
### Install
- [Git](https://git-scm.com/downloads)
- [Node](https://nodejs.org/en/download/)
### Using it Locally
- Clone the project
```bash
git clone git@github.com:thecodechaser/trendify.git
cd trendify
```
- Install dependencies
```bash
npm i
or
npm install
```
- To Start the development server
```bash
npm run dev
```
- To test the project
```bash
npm run test
```
## Visit And Open Files
[Visit Repo](https://github.com/thecodechaser/trendify)
## Download Repo
[Download Repo](https://github.com/thecodechaser/trendify/archive/refs/heads/main.zip)
## Authors
👤 **Ranjeet Singh**
- Website: [thecodechaser.com](https://thecodechaser.com)
- GitHub: [@thecodechaser](https://github.com/thecodechaser)
- Twitter: [@thecodechaser](https://twitter.com/thecodechaser)
- LinkedIn: [thecodechaser](https://linkedin.com/in/thecodechaser)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/thecodechaser/trendify/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Inspiration: Microverse
## 📝 License
This project is [MIT](./LICENSE) licensed.