My Personal Code Snippet Library – a private project to store, manage, and quickly search all my code snippets in one place. Built with React and Firebase, it lets me access snippets from any system while keeping them private.
Features: Add new snippets with title & code, search by title, syntax highlighting, real-time updates with Firebase, private access via Firebase Auth.
Tech Stack: React.js, Firebase Firestore, Firebase Auth, react-syntax-highlighter.
How to Use Locally:
- Clone:
git clone https://github.com/poojaroogi/CodeNest.git - Install:
npm install - Replace
firebase.jswith your Firebase config - Run:
npm start→ Open [https://code-nest-xjc3-89v7grxbe-pooja-s-rs-projects.vercel.app/)
Notes: Only I can access this project; all snippet updates are saved in Firebase Firestore. Ideal for storing JS, React, and utility code snippets for quick use.
Made for personal use by Pooja Suresh Roogi