Your personal, badass React link management app.
LinkNest is a React project that helps you stash, categorize, and browse links like a pro. Built with React, TypeScript, and a clean folder structure for easy scaling and maintenance.
- Organized link storage by categories
- Clean UI with React components
- Context API for state management
- TypeScript for type safety
- Metadata extraction
- Easy addition, deletion, and viewing of links
- Responsive design (because who uses only desktops anymore?)
src/
├── assets/ # Images, icons, static stuff
├── components/ # Reusable React components
├── context/ # React Context for global state
├── pages/ # Different pages/routes
├── types/ # TypeScript interfaces and types
├── utils/ # Helper functions and utilities
- Node.js (v14 or above)
- npm or yarn
- Git (for version control)
Clone the repo:
git clone [email protected]:your-username/link-nest.git
cd link-nest
Install dependencies:
npm install
# or
yarn install
Run the app:
npm start
# or
yarn start
Open http://localhost:3000 in your browser and enjoy.
Feel like making LinkNest even better? Fork the repo, create a feature branch, and shoot a PR.
Keep it clean, keep it simple, and keep it LinkNest-y.
MIT © [Your Name or Username]
LinkNest — because your links deserve a home that’s cooler than your browser bookmarks.