Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enesozturk/sticker-store
E-commerce website powered with Next.js.
https://github.com/enesozturk/sticker-store
ecommerce nextjs react
Last synced: 2 months ago
JSON representation
E-commerce website powered with Next.js.
- Host: GitHub
- URL: https://github.com/enesozturk/sticker-store
- Owner: enesozturk
- License: mit
- Created: 2021-04-10T20:23:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-12T16:44:57.000Z (about 3 years ago)
- Last Synced: 2024-08-01T19:55:49.094Z (5 months ago)
- Topics: ecommerce, nextjs, react
- Language: TypeScript
- Homepage: https://sticker-store.vercel.app/
- Size: 856 KB
- Stars: 40
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - enesozturk/sticker-store - E-commerce website powered with Next.js. (TypeScript)
README
# Sticker Store
E-commerce site powered with Next JS. You can setup your site with a few configurations.
## Stack
- 🪄 [Next.js 12](https://nextjs.org/) by Vercel
- 📄 [React Hook Form](https://github.com/react-hook-form/react-hook-form) for inputs
- ✨ [Tailwind](https://github.com/tailwindlabs/tailwindcss) for styling
- 🗄 [Airtable](https://github.com/airtable/airtable.js) for CMS
- 🗄 [Planetscale](https://github.com/planetscale/planetscale-node) for DB
- 💳 [Craftgate](https://github.com/craftgate/craftgate-node-client) for paymentsThis project uses Craftgate for payment and Airtable for CMS solutions.
## Getting Started
### Running Localy
```bash
$ git clone https://github.com/enesozturk/sticker-store
$ cd sticker-store
$ yarn
$ yarn dev
```### Environment Variables
You can visit `.env.example` to see which environment variables you need to set in `.env` file.
### Deploy
You can deploy your own sticker store by clicking the button below.
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fenesozturk%2Fsticker-store)
### Design
You can find the Figma design file [here](https://www.figma.com/file/ofh41ROvZwVOd3M5lSv2FM/next-ecommerce?node-id=6%3A2).
## License
[MIT](./LICENSE)
#### Show Your Support
Please give a star if you like this project! 🤩