ksowah / APPLE-STORE

Home Page:apple-store-sand.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

APPLE STORE

This is a web application. I call it the Apple Store. Basically a virtual store where Apple products can be purchased.

I learned a lot from building this app. Discovered new technologies that can actually make my life as a developer a lot easier πŸ˜….

On this app, There's an admin desk where admins can basically add products to the app. Typically, I would have to write my own API, query a database, build a UI for the Admin and make everything work. As this method is a great way to build apps, I found SanityCMS to be a lot easy and fast to use. For the most part, you just design your schema and BOOM!!, you have a functioning Admin desk to do all the fancy stuff.

The payment flow on the other hand was implemented with Stripe. The catch here is, Stripe doesn't work in Ghana, Well, looking forward to not only build apps in Ghana πŸ˜‰. You can run the test with this card number [4242 4242 4242 4242].

Hope you like what you see 😊😊

apple_store.MP4

Next.js + Tailwind CSS Example

This example shows how to use Tailwind CSS (v3.0) with Next.js. It follows the steps outlined in the official Tailwind docs.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example with-tailwindcss with-tailwindcss-app
yarn create next-app --example with-tailwindcss with-tailwindcss-app
pnpm create next-app --example with-tailwindcss with-tailwindcss-app

Deploy it to the cloud with Vercel (Documentation).

About

apple-store-sand.vercel.app


Languages

Language:TypeScript 72.8%Language:JavaScript 24.7%Language:CSS 2.4%