An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by coderooz

A curated list of projects in awesome lists by coderooz .

https://github.com/coderooz/sugarland-theaters

This project is a simple web application that allows users to view and book seats in a movie theater.

Last synced: 29 Mar 2025

https://github.com/coderooz/my_server_project

A Python-based web server using Flask, enabling custom domain support and static file serving. Easily configurable via config.py, it allows port-free access by running on port 5000. Ideal for local development mimicking real-world deployment.

Last synced: 14 Sep 2025

https://github.com/coderooz/automate-posting-app

This is a project that aims to automate posting on to the social media sites through a dedicated program.

automation facebook-api facebook-sdk python

Last synced: 29 Mar 2025

https://github.com/coderooz/simple-nodejs-mongodb-user-register-web-app

A web app for managing user data using Node.js, Express, and MongoDB. It features EJS for templating and allows users to register with their name, email, phone number, and profile picture. Supports CRUD operations, search, sorting, and pagination for efficient data handling.

curd-operation dotenv ejs ejs-templates express express-session mongodb mongoose multer nodejs

Last synced: 15 Feb 2026

https://github.com/coderooz/scrollanimatedwebsite

A simple responsive website with scroll animation.

css html javascript scroll-animations

Last synced: 09 Jul 2025

https://github.com/coderooz/simple_pygame_game

This is a simple game built with Python and Pygame. Control a red block using the arrow keys to avoid falling white blocks. Earn points for every white block that passes without collision. Features include a score system, game over screen, and replay functionality. Perfect for learning basic game development with Pygame.

Last synced: 13 Jul 2025

https://github.com/coderooz/particle-glob

This project is to create and test out three-js in react (vite) for web development.

Last synced: 29 Mar 2025

https://github.com/coderooz/ui-ux-designs

This repository is to store my ui/ux projects.

Last synced: 07 Jan 2026

https://github.com/coderooz/vehiclebookingapp

This guide provides step-by-step instructions for setting up and running a multi-platform vehicle booking service application. The app includes a front-end built with React and Expo for web, Android, and iOS, and a back-end using Node.js and MongoDB.

Last synced: 29 Mar 2025

https://github.com/coderooz/live-user-tracking-app

A real-time user tracking application that displays the locations of connected users on a map using Socket.io and Leaflet.js. This application captures users' geolocation data from their browsers and visualizes it on a map.

ejs express js nodejs npm

Last synced: 30 Dec 2025

https://github.com/coderooz/eurorbit-weather-forecast

EurOrbit is a web application providing European weather forecasts using the 7Timer API. Select a city to view a 7-day forecast with icons and temperatures. Built with HTML, CSS, and JavaScript for Coursera's "Build a Website using an API with HTML, JavaScript, and JSON" course. Responsive design and easy setup.

Last synced: 29 Mar 2025

https://github.com/coderooz/handwritten_digit_recognition

This project uses a Convolutional Neural Network (CNN) to recognize handwritten digits from the MNIST dataset. The model is built using TensorFlow and Keras.

colab handwritten-digit-recognition image-classification matplotlib neural-network numpy python tensorflow

Last synced: 29 Mar 2025

https://github.com/coderooz/hr-dashboard

The goal of this project is to create a power bi dashboard to showcase the attrition data within the company.

data data-analytics power-bi

Last synced: 07 Jan 2026

https://github.com/coderooz/image_classification_transfer_learning

This project involves using transfer learning to classify images into categories such as cats vs. dogs by leveraging a pre-trained model like VGG16 or ResNet. Transfer learning allows you to adapt a pre-trained model to your specific problem, making the training process faster and often more effective.

colab image-classification matplot neural-network numpy python tensorflow vgg16-model

Last synced: 29 Mar 2025

https://github.com/coderooz/ems

This is a management system to interact with employes and distribute task effectively. This app is made to enhance the work and tas distribution for the owners to there employes.

employee-management-system vite

Last synced: 29 Mar 2025

https://github.com/coderooz/spinner-with-changing-colors-animation

This project demonstrates a simple page loading animation using CSS only. It includes a centered block with a loading animation and a title.

Last synced: 29 Mar 2025

https://github.com/coderooz/simple-python-telegram-bot

This project creates a basic Telegram bot using Python and the python-telegram-bot library. The bot will respond to simple commands and messages.

pythonbot telegram telegrambot

Last synced: 29 Mar 2025

https://github.com/coderooz/adminpanel

This project focusses on the making the backend part of the pre-existing open source dashboard design fetched from Bootstrap

adminpanel backend bootstrap mysql-database php

Last synced: 29 Mar 2025

https://github.com/coderooz/hello-world-web-server

This project will create a simple Node.js web server that returns "Hello World" using the Express framework.

Last synced: 29 Mar 2025

https://github.com/coderooz/ecommerce-backend

This is a Node.js backend for an e-commerce application using Express and MongoDB.

Last synced: 29 Mar 2025

https://github.com/coderooz/simple_calulator

A simple calculator made in python using tkinter

Last synced: 29 Mar 2025

https://github.com/coderooz/simple-loading-text-animation

This project demonstrates a simple page loading bar animation using CSS only. It includes a centered block with a loading text and a title.

Last synced: 29 Mar 2025

https://github.com/coderooz/phpwebserver

This is a simple web-server project made entirely using PHP. This projects is to experiment and demonstrate with how to create a web server using PHP.

php php-server web-server

Last synced: 13 Jun 2025

https://github.com/coderooz/simple-page-loading-bar-animation

This project demonstrates a simple page loading bar animation using CSS only. It includes a centered block with a loading bar and a title.

Last synced: 24 Jun 2025

https://github.com/coderooz/restful-api

This project will create a basic RESTful API for user management with CRUD operations (Create, Read, Update, Delete) using Node.js, Express, and a simple in-memory data store (you can replace this with a database like MongoDB for more advanced use).

Last synced: 29 Mar 2025

https://github.com/coderooz/simple-page-loading-animation

This project demonstrates a simple page loading animation using CSS only. It includes a centered block with a loading spinner and a title.

Last synced: 29 Mar 2025

https://github.com/coderooz/react-youtube-downloader

A react app that can download yooutube content in both audio and video format in the desired quality.

nodejs youtube youtube-downloader

Last synced: 06 Apr 2025

https://github.com/coderooz/flask-url-shortener

This is a simple URL shortener application built with Flask and Python. It allows users to shorten long URLs and then redirect to the original URLs using a short key.

flask python url-shortener

Last synced: 26 Jul 2025

https://github.com/coderooz/auth-api

This is a basic authentication API using Node.js, Express, and JSON Web Tokens (JWT). The API supports user registration, login, and access to protected routes.

Last synced: 29 Jul 2025

https://github.com/coderooz/rest-api

This is a Node.js RESTful API using Express and MongoDB.

Last synced: 03 Aug 2025

https://github.com/coderooz/expo-notification-demo

A demonstration of expo notification setups.

api expo expo-notifications nodejs push-notifications vercel

Last synced: 16 Aug 2025

https://github.com/coderooz/demo-custom-toast-messages

A customizable toast/alert notification system for React Native apps, built with Expo.

expo react-hooks-demo react-native react-native-reanimated toast-notifications

Last synced: 16 Aug 2025

https://github.com/coderooz/demo-cafe-onboarding-app

This is a simple React Native demo app showcasing a basic onboarding flow using react-navigation, AsyncStorage, and custom SVG illustrations. The app conditionally renders an onboarding experience for first-time users and navigates to the home screen once completed.

demo-app expo onboarding-screen react-native

Last synced: 16 Aug 2025

https://github.com/coderooz/dot-bounce-animation

This project demonstrates a simple page loading animation using CSS only. It includes a centered block with a loading animation and a title.

Last synced: 24 Jul 2025

https://github.com/coderooz/simple-coderooz-protfolio-website-design

This is a simple a website design project with simple particle animation on the background.

html-css-javascript js-animation particale-animation tsparticles

Last synced: 01 Sep 2025

https://github.com/coderooz/my-git-portfolio

This is a repository that stores and hosts my simple protfolio website that lists all the repositories uploaded on the github bu me.

css github-page html html-css-javascript js protfolio-website

Last synced: 30 Jun 2025

https://github.com/coderooz/readdocx

This is a simple program that reads a docx file.

Last synced: 18 Jun 2025

https://github.com/coderooz/scraper_json

This repo stores the files of a simple project that helps in scraping a website easily by storeing he path of the target tag in a dictionary.

json python3 scraping-websites

Last synced: 11 Jun 2025

https://github.com/coderooz/dashboard-next

A dashboard made from using nextjs and parallel routing.

dashboard nextjs15 typescript

Last synced: 12 Jun 2025

https://github.com/coderooz/chat-app

This is a Node.js real-time chat application using Socket.IO.

Last synced: 07 Jan 2026

https://github.com/coderooz/coderooz

Config files for my GitHub profile.

config github-config

Last synced: 07 Jan 2026

https://github.com/coderooz/python-trading-setup

This project's objective is to make a trading setup using ccxt library with a proper UI and web app interface for the users,

Last synced: 08 Jan 2026

https://github.com/coderooz/zomato-report-analysis

This is a data analysis project and the repository soes the data files and power bi dashboard file.

data-analysis-project powerbi powerbi-report zomato-data-analysis

Last synced: 08 Jan 2026

https://github.com/coderooz/github-repository-poster

This is a simple project that fetches repositories from the user github page and posts on the social media.

automation facebook facebook-api facebook-sdk python

Last synced: 07 Oct 2025

https://github.com/coderooz/blog-version-control-system

A modern full-stack blog editing platform built with Next.js 15, TypeScript, MongoDB, and TipTap rich text editor. It features version control, allowing users to track, compare, and restore changes in blog posts — similar to Git for content writing.

blog nextjs tailwindcss version-control

Last synced: 10 Oct 2025

https://github.com/coderooz/expo-templates

A custom made expo template based on my signature development for easier and faster development.

Last synced: 14 Oct 2025

https://github.com/coderooz/python-flask-recipt-generator

A simple yet powerful Receipt Generator built with Python (Flask), SQLite, and ReportLab. This tool allows you to create receipts through a clean web UI, store them locally, and export professional PDF receipts.

flask flask-sqlalchemy python recipt-generator reportlab-pdf sqlite

Last synced: 14 Oct 2025

https://github.com/coderooz/socket-python-chat-app

A simple multi-client chat application with desktop (Tkinter) and web (browser) clients. The server supports both raw TCP socket clients (desktop) and WebSocket clients (browser) and relays messages between them in a shared chat channel. Text and file transfer are supported using a small JSON message protocol with base64 encoding for files.

Last synced: 14 Oct 2025

https://github.com/coderooz/game-leaderboard

This is a Node.js and MongoDB application for managing a game leaderboard. Players can submit their scores, and the leaderboard displays the top scores.

gameleaderboard javascript mongodb nodejs

Last synced: 16 Oct 2025

https://github.com/coderooz/pulse-ring-animation

This project demonstrates a simple page loading animation using CSS only. It includes a centered block with a loading animation and a title.

Last synced: 07 Sep 2025

https://github.com/coderooz/cloudinary-next

A modern Next.js 15 application showcasing seamless integration with Cloudinary for powerful media management, featuring a beautiful UI built with Shadcn components and fluid animations.

Last synced: 04 Mar 2026

https://github.com/coderooz/react-ssr-project

This is a react SSR test project.

Last synced: 28 Oct 2025

https://github.com/coderooz/crud-mongodb

This is a Node.js application with CRUD operations using MongoDB and Mongoose.

Last synced: 28 Oct 2025