Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berkaltiok/hepsiburada
Hepsiburada.com Tailwind/VueJS/CSS Clone
https://github.com/berkaltiok/hepsiburada
clone css front-end hepsiburada html klon scss tailwind tailwindcss vue
Last synced: 2 months ago
JSON representation
Hepsiburada.com Tailwind/VueJS/CSS Clone
- Host: GitHub
- URL: https://github.com/berkaltiok/hepsiburada
- Owner: berkaltiok
- License: gpl-3.0
- Created: 2020-09-30T04:39:13.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-01-03T22:14:47.000Z (about 3 years ago)
- Last Synced: 2023-03-05T01:48:29.770Z (almost 2 years ago)
- Topics: clone, css, front-end, hepsiburada, html, klon, scss, tailwind, tailwindcss, vue
- Language: Vue
- Homepage: https://hepsiburada.js.org
- Size: 3.55 MB
- Stars: 42
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hepsiburada.com clone in VueJS / TailwindCSS / CSS.
---
# Project Setup
Always use yarn to avoid conflicting .lock file issues.
### Install
First, install all packages with `yarn`:
```bash
yarn
```### Development
For starting to development, use this command:
```bash
yarn serve
```### Build
For production-ready build, use this command:
```bash
yarn build
```# Planned Features
- [ ] Layout
- [x] New Header
- [x] Breadcrumb
- [ ] Footer
- [ ] [Home](https://hepsiburada.js.org)
- [x] Home Slider
- [ ] Product Cards
- [ ] [Category & Product List](https://hepsiburada.js.org/category)
- [x] Product Cards
- [ ] Fast Delivery
- [ ] Filter
- [x] Auth
- [x] [Login](https://hepsiburada.js.org/auth/login)
- [x] [Register](https://hepsiburada.js.org/auth/register)
- [ ] Forgot My Password# Contributing
Merge requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
# License
This project is licensed under the GPLv3 License - see the [LICENSE](LICENSE) file for details.