A collection of 7 projects showcasing full-stack development with React, Node.js, and modern web technologies.
A React app for composing and scheduling delayed messages.
Tech Stack: React, TypeScript, Vite, Tailwind CSS, Radix UI, Lucide React.
How to Run:
cd React-Node-js-/DM Delay App
npm install
npm run devA notes app with React frontend and Firebase backend.
Tech Stack: React, TypeScript, Vite, Tailwind CSS, Radix UI, Firebase, React Hot Toast.
How to Run:
cd React-Node-js-/Full-Stack Notes App
npm install
npm run devA React app for searching and displaying GIFs.
Tech Stack: React, TypeScript, Vite, Tailwind CSS, Radix UI, Lucide React.
How to Run:
cd React-Node-js-/GIF Search App
npm install
npm run devA Node.js backend API for MERN stack applications.
Tech Stack: Node.js, Express, CORS.
How to Run:
cd React-Node-js-/MERN Stack API/backend
npm install
npm run serverA React app for mood-based emails or messages.
Tech Stack: React, TypeScript, Vite, Tailwind CSS, Radix UI, Lucide React.
How to Run:
cd React-Node-js-/MoodMail
npm install
npm run devA backend API for CRUD operations with MongoDB.
Tech Stack: Node.js, Express, Mongoose, MongoDB, CORS, dotenv.
How to Run:
cd React-Node-js-/Simple Node.js CRUD Backend
npm install
npm run serverA React app for tracking time with charts.
Tech Stack: React, TypeScript, Vite, Tailwind CSS, Radix UI, Chart.js, React Chart.js 2.
How to Run:
cd React-Node-js-/Time Tracker
npm install
npm run dev