Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.59 KB

File metadata and controls

48 lines (33 loc) · 1.59 KB

Engineering Notes

A searchable React notes app for technical learning, interview preparation, and revisiting practical engineering concepts.

Engineering Notes screenshot

Features

  • Searchable topic sidebar with clean routes for every note
  • Lazy-loaded note pages with a focused reading layout
  • Persistent light and dark theme switcher
  • Fixed header, responsive navigation, icon-based footer, and go-to-top control

Tech stack

React, Vite, React Router, styled-components, Material UI, CSS, and React Icons.

Run locally

npm install
npm run dev

Build and deploy

npm run build
npm run deploy

Live app: https://a2rp.github.io/engineering-notes/

Links

Support