Pinned Repositories
clicker-game
How fast can you click? Find out with this simple clicker game where you have just 10 seconds to click a button as many times as possible!
d-voting
dVoting is a blockchain-based voting platform developed using Ganache, Truffle, ReactJS, TailwindCss, web3.js, and Solidity. dVoting allows users to register, cast votes and view results securely and trustfully.
game-of-life
Game of Life is a console based implementation of the classic cellular automation game also known as Conway's Game of Life. It is written in C++ and takes input points from the file "input.txt" to generate expected output points which are stored in the output.txt file.
introduction-to-programming
This repository contains all the code and materials for the course "Introduction to Programming". The course is an introduction to programming for students with no prior programming experience. The course covers the basics of programming in C++, including variables, data types, control structures, functions, and arrays.
nodejs-express-crud-api
This is a RESTful API built using Node.js and the Express web framework. It allows users to perform CRUD (Create, Read, Update, and Delete) operations on data stored in a JavaScript array.
order-management-system-api
Order Management System is a backend API for managing orders, products, and users in an e-commerce application. It is built with Express.js and uses MongoDB as the database. The API includes authentication functionality using bcrypt for password hashing and JSON Web Tokens (JWT) for user login and authorization.
promanage
unix-calc
This is a simple command-line calculator that performs basic arithmetic operations (addition, subtraction, multiplication, and division) on two numbers entered by the user.
unix-note-taking-app
This is a simple text editor that allows users to create and save notes in a designated directory.
banking-system-node-app
MunemHashmi's Repositories
MunemHashmi/banking-system-node-app
MunemHashmi/Resume
MunemHashmi/Student-Performance-Predictor
MunemHashmi/weatherApp
MunemHashmi/MunemHashmi
Config files for my GitHub profile.
MunemHashmi/promanage
MunemHashmi/order-management-system-api
Order Management System is a backend API for managing orders, products, and users in an e-commerce application. It is built with Express.js and uses MongoDB as the database. The API includes authentication functionality using bcrypt for password hashing and JSON Web Tokens (JWT) for user login and authorization.
MunemHashmi/unix-note-taking-app
This is a simple text editor that allows users to create and save notes in a designated directory.
MunemHashmi/nodejs-express-crud-api
This is a RESTful API built using Node.js and the Express web framework. It allows users to perform CRUD (Create, Read, Update, and Delete) operations on data stored in a JavaScript array.
MunemHashmi/unix-calc
This is a simple command-line calculator that performs basic arithmetic operations (addition, subtraction, multiplication, and division) on two numbers entered by the user.
MunemHashmi/clicker-game
How fast can you click? Find out with this simple clicker game where you have just 10 seconds to click a button as many times as possible!
MunemHashmi/game-of-life
Game of Life is a console based implementation of the classic cellular automation game also known as Conway's Game of Life. It is written in C++ and takes input points from the file "input.txt" to generate expected output points which are stored in the output.txt file.
MunemHashmi/introduction-to-programming
This repository contains all the code and materials for the course "Introduction to Programming". The course is an introduction to programming for students with no prior programming experience. The course covers the basics of programming in C++, including variables, data types, control structures, functions, and arrays.
MunemHashmi/d-voting
dVoting is a blockchain-based voting platform developed using Ganache, Truffle, ReactJS, TailwindCss, web3.js, and Solidity. dVoting allows users to register, cast votes and view results securely and trustfully.