Skip to content

hasitpbhatt/devcheap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevCheap

GitHub License GitHub last commit GitHub Pages

🚀 Curated developer deals, promos, and coupons for cloud, databases, APIs, and tools


📋 Table of Contents


📦 Features

Lightweight & Fast - Static GitHub Pages site with no build step

Curated Deals - Handpicked discounts and free tiers for hosting, APIs, and dev tools

One-Click Copy - Quick-copy functionality for coupon and promo codes

Instant Search - Fast client-side search and category filtering

Custom Domain - Hosted at devcheap.click


🚀 Quick Start

Visit the live site: https://devcheap.click


🏗️ Project Structure

devcheap/
├── .github/            # GitHub configuration
│   └── workflows/      # CI/CD deployment workflows
├── css/                # Stylesheets
├── data/               # Deals JSON database
│   └── deals.json
├── js/                 # JavaScript logic
├── CNAME               # Custom domain
├── CONTRIBUTING.md     # Contribution guide
├── LICENSE             # MIT License
├── README.md           # This file
└── index.html          # Main page

📦 Installation

Local Development

  1. Clone the repository:
   git clone https://github.com/hasitpbhatt/devcheap.git
   cd devcheap
  1. Open index.html in your browser:
   # Using Python's simple HTTP server
   python -m http.server 8000
   # Then open http://localhost:8000
  1. Or use VS Code Live Server extension

🤝 Contributing

We welcome contributions! Please follow our Contributing Guidelines.

Quick Start:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/your-idea)
  3. Add your resource/prompt
  4. Update the corresponding index.json file
  5. Submit a Pull Request

See CONTRIBUTING.md for detailed guidelines.


📜 License

This project is licensed under the MIT License - see LICENSE for details.


📧 Contact

Maintainer: Hasit Bhatt

GitHub: @hasitpbhatt

Issues: GitHub Issues

Live Site: https://devcheap.click

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors