All Projects → mddanishyusuf → Gumroad Coffee Template

mddanishyusuf / Gumroad Coffee Template

☕️ Coffee page with Gumroad payment

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Gumroad Coffee Template

Open React Template
A free React landing page template designed to showcase open source projects, SaaS products, online services, and more. Made by
Stars: ✭ 1,956 (+2375.95%)
Mutual labels:  page, template
React Landing Page Template
A simple react one page landing page templates for startups/companies
Stars: ✭ 224 (+183.54%)
Mutual labels:  page, template
Create Wxapp Page
创建微信小程序页面的命令行工具
Stars: ✭ 37 (-53.16%)
Mutual labels:  page, template
Create Discord Bot
Create Discord bots using a simple widget-based framework.
Stars: ✭ 70 (-11.39%)
Mutual labels:  template
Profile Card
Tailwind CSS Starter Template - Profile Card (Single page website for your profile/links)
Stars: ✭ 69 (-12.66%)
Mutual labels:  template
Ml project template
Machine Learning Project Template - Ready to production
Stars: ✭ 75 (-5.06%)
Mutual labels:  template
Rnstylingtemplate
A template react native project for ergonomic styling structure and patterns.
Stars: ✭ 77 (-2.53%)
Mutual labels:  template
Readme Template
A Readme Template For Tomorrow's Opensource
Stars: ✭ 69 (-12.66%)
Mutual labels:  template
Template.js
A javascript template engine, simple, easy & extras, support webpack, rollup, parcel, browserify, fis and gulp
Stars: ✭ 1,201 (+1420.25%)
Mutual labels:  template
Bootstrap Xd
Bootstrap Design Template — Assets Library — for Adobe XD
Stars: ✭ 74 (-6.33%)
Mutual labels:  template
Sing App
💥Free and open-source admin dashboard template built with Bootstrap 4.5 💥
Stars: ✭ 1,187 (+1402.53%)
Mutual labels:  template
Uikit Computer Store Template
Computer store e-commerce template
Stars: ✭ 72 (-8.86%)
Mutual labels:  template
Wasm Template Rust
A wasm template for Rust to publish to gh-pages without npm-deploy
Stars: ✭ 76 (-3.8%)
Mutual labels:  template
Simple Mvp Retrofit Example
A simple example of a project using MVP architecture and Retrofit 2.0 library for Android for beginners.
Stars: ✭ 70 (-11.39%)
Mutual labels:  template
Nim Templates
A simple string templating library for Nim
Stars: ✭ 76 (-3.8%)
Mutual labels:  template
Clojurice
An opinionated starter app for full-stack web applications in Clojure
Stars: ✭ 70 (-11.39%)
Mutual labels:  template
Expo Three Demo
🍎👩‍🏫 Collection of Demos for THREE.js in Expo!
Stars: ✭ 76 (-3.8%)
Mutual labels:  template
Dotnet Template Onion
Onion Architecture with .NET 5/.NET Core and CQRS/Event Sourcing following a DDD approach
Stars: ✭ 70 (-11.39%)
Mutual labels:  template
Seed Quickstart Webpack
Template for web apps with Seed (Rust framework), TailwindCSS and Webpack.
Stars: ✭ 73 (-7.59%)
Mutual labels:  template
Staradmin Free Bootstrap Admin Template
A Free Responsive Admin Dashboard Template Built With Bootstrap 4. Elegant UI Theme for Your Web App!
Stars: ✭ 1,191 (+1407.59%)
Mutual labels:  template

This Project Demo can be viewed here : https://coffee.mohddanish.me/

About Me

I'm 26y old Front-end Engineer with Master Degree but I can do anything related with technology. 🚀 I can make MVP in days, 🧙‍♀️ Magic with NodeJS, 🤖 Automate the boring stuffs, 👨‍💻 Hack the third party APIs for any use case, and I always get a solution of the problem. I'm foodie & love to cook 🍳.

Why i built this

In my country, there are lots of developers who build awesome things and people use them for free. So, people love to support those developers.

But in India to get the money you have to hustle and you have to get an Import Export certificate from the government.

So, I was looking for a payment gateway that solved this problem. Just integrate and get money directly in your account without any problem.

I found gumroad is the best and easy way to collect people to support the "Buy Me Coffee" way.

What Technology I'm using

I'm using nextjs for front-end and nextjs API route for gumroad API proxy to get your supporters message and display on the page.

I'm publishing this page on https://vercel.com/ service for free and You can also setup your custom domain for free.

How to Setup

It's Pretty simple, you just need basic coding skills, a vercel account and a gumroad account!

Step 1:

Fork The Repo and Setup on your local system.

git clone https://github.com/<your_github_username>/gumroad-coffee-template.git

cd gumroad-coffee-template

Step 2:

Create a New or link an existing product using gumroad, be creative name the product whatever you like maybe it's a ice chai latte or pizza. 

Step 3:

Navigate to the ```data.json``` File and change the values to match your profile

{
    "gumroadProductURL": "https://gum.co/[your-product-url-ending]",
    "name": "Mohd Danish",
    "subtitle": "Indie Hacker",
    "about": "I'm 26y old Front-end Engineer with Master Degree but I can do anything related with technology. 🚀 I can make MVP in days, 🧙‍♀️ Magic with NodeJS, 🤖 Automate the boring stuffs, 👨‍💻 Hack the third party APIs for any use case, and I always get a solution of the problem. I'm foodie & love to cook 🍳.",
    "profileImage": "mddanishyusuf.png",
    "links": [
        {
            "name": "Open Source Projects",
            "link": "https://github.com/mddanishyusuf",
            "type": "github",
            "category": "work"
        },
        {
            "name": "Open Source Projects",
            "link": "https://mohddanish.me/projects",
            "type": "projects",
            "category": "work"
        },
        {
            "name": "Let's Connect",
            "link": "https://twitter.com/mddanishyusuf",
            "type": "twitter",
            "category": "social"
        },
        {
            "name": "ProductHunt",
            "link": "https://www.producthunt.com/@mddanishyusuf",
            "type": "producthunt",
            "category": "social"
        }
    ]
}

Step 4:

Affter editing, push the code stright to your github.

Step 5:

Genarate a New Gumroad Access Token, To do this go to https://gumroad.com/api   and register a new OUath Application following and using the docs. Copy the Access Token, You'll need soon :

Step 6:

Go to https://vercel.com and go to import project, select your repo and start deploying

Step 7:

After successful deployed, go to the Envirement Variables Section, name the env varible as GUMROAD_ACCESS_TOKEN, and add your Access Token To the Value.

Step 8:

You're done! Wasn't that easy?

Thanks

if you love my work you can support me here with Caffee latte - cold - https://coffee.mohddanish.me/

If you need help to setup this template for you. DM on Twitter - @mdddanishyusuf

☕️☕️☕️☕

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].