Software Projects Gallery

Saddaqa Box

Saddaqa Box

A web application for managing donations through volunteers

Student Tracking

Student Tracking

A system for managing student attendence using face recognition

Bazar

Bazar

An e-commerce platform for buying and selling products and converting the auctions to e-auctions

Frontend Technologies

ReactJS Logo

ReactJS

ReactJS is a popular JavaScript library for building user interfaces for mobile and web development.

Key Features:

  • Virtual DOM for efficient updates
  • Component-based architecture
  • Declarative syntax for UI creation
  • JSX for embedding UI in JavaScript
  • Rich ecosystem and community support
Next.js Logo

Next.js

Next.js is a popular React framework that simplifies the process of building production-ready web applications.

Key Features:

  • Server-side rendering (SSR)
  • Automatic code splitting
  • Static site generation (SSG)
  • Built-in routing and API support
  • CSS-in-JS and styled-components support

Backend Technologies

Node.js Logo

Node.js

Node.js is a server-side JavaScript runtime environment that enables developers to build scalable and efficient network applications.

Key Features:

  • Non-blocking, event-driven architecture
  • Asynchronous I/O operations
  • Huge package ecosystem via npm
  • Suitable for real-time applications
  • JavaScript-based for full-stack use
Django Logo

Django

Django, a high-level Python web framework, suitable for all sorts of projects, best combined with Next.js and Tailwind to create powerful full-stack applications.

Key Features:

  • Backend logic and database management
  • Server-rendered React with Next.js
  • Responsive and utility-first UI with Tailwind CSS
  • Admin interface for content management
  • Python-based for backend development