Skip to content

Brijeshthummar02/cheatsheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Cheatsheets

Frontend CI

React Vite Tailwind CSS Radix UI Lucide Sonner

A developer starts with noise: scattered tabs, half-remembered syntax, and interview panic. This product becomes the quiet desk lamp in that noise. Each page should feel like a guided chapter where concepts unfold in sequence, not like a random knowledge dump. The user should feel: "I know exactly where I am, what I just learned, and what comes next."

Overview

Cheatsheets is a story-driven learning app for developers.

  • Topics: Java, Spring Boot, DSA, and Git
  • Language support: English + Hinglish toggle
  • Search: Fast concept search across all topics
  • Data model: Static JSON assets served from frontend public files
  • Runtime: Frontend-only Vite app (no backend required)

Quick Start

cd frontend
npm install
npm run dev

App runs on http://localhost:3000 by default.

Build

cd frontend
npm run build

Open Source

  • Suggested issue backlog is tracked in OPEN_SOURCE_ISSUES.md.
  • PRs are welcome.
  • Keep commits small, focused, and reviewable.
  • Contribution guide: CONTRIBUTING.md.
  • Community standards: CODE_OF_CONDUCT.md.
  • PR template: .github/PULL_REQUEST_TEMPLATE.md.
  • Issue templates: .github/ISSUE_TEMPLATE/.

License

MIT — see LICENSE.

About

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors