DEV Community

Cover image for ⭐ Dev-Cheats: A Curated Collection of Beautiful Cheat-Sheets
Sahil Bondre
Sahil Bondre

Posted on

19 3 1 2

⭐ Dev-Cheats: A Curated Collection of Beautiful Cheat-Sheets

It's live on Product Hunt!

I've been making cheat-sheets on multiple topics in this series of posts. The dev.to community loved it, and I got tons of positive reactions and feedback. So, I created this tiny website from where you can browse through and download all the cheat-sheets.

Alt Text

I've used React and Typescript to make this website. Typescript works flawlessly with create-react-app. The site is deployed on surge.sh, which is a fantastic option for publishing static sites like this.

npx create-react-app my-app --template typescript
# or
yarn create react-app my-app --template typescript
Enter fullscreen mode Exit fullscreen mode

Here's how you can setup the repo to run the site locally:

git clone https://github.com/godcrampy/dev-cheats.git

cd dev-cheats

yarn install && yarn start
# or
npm install && npm start
Enter fullscreen mode Exit fullscreen mode

The site as well as the cheat-sheets are open sourced. Here are the repos:

I'd love to hear your thoughts on the cheat-sheets, the code and the design!

PS: If you want a specific cheat-sheet, open up an Issue in the repo or comment below.

🌟 All my cheat-sheets are in this repo (Star it!)
🚀 Find me on Instagram | Github | Twitter | Website
😄 Have a wonderful day!

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (3)

Collapse
 
mayankjoshi profile image
mayank joshi

Nice work buddy. 👏

Collapse
 
godcrampy profile image
Sahil Bondre

Thanks bro

Collapse
 
skywallker1 profile image
skysswalker

github.com/skywallker1
cheats for free!

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post