Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

Web app

A web application is any program that is accessed over a network connection using HTTP, usually via a web browser. Web apps do not have to be installed on a user’s device; they are run from a remote server. This differs from mobile apps, which are installed on the user’s mobile device, and desktop applications, which are installed on the user’s computer. Common examples of web apps include Flash games, online calculators, calendars, Gmail, and Facebook.

https://github.com/rapleswojtyla/tenzies-game

This is a simple and interactive Tenzies game built with React. The game allows players to roll dice and try to get all the dice showing the same number. The objective is to hold the dice that match, and re-roll the others until all dice are the same.

classic-game game javascript reactjs tenzies-game webapp

Last synced: 26 Jan 2025

https://github.com/developerpuneet/lemon-teams

Lemon offers versatile services for individuals and teams, fostering collaboration, productivity, and innovation through intuitive digital solutions and platforms.

css express expressjs javascript lemon-teams mongodb mongodb-atlas nodejs pug responsive webapp

Last synced: 10 Oct 2024

https://github.com/baumannzone/n-dronao

NodeJS Webapp to control a parrot ar-drone v2 via browser

ar-drone drones nodejs parrot-ar pug webapp

Last synced: 17 Dec 2024

https://github.com/jasonyang170/iotconnect-web

这是一项基于VUE开发的MQTT物联网用户控制终端

mqtt vue vue3 web webapp

Last synced: 06 Nov 2024

https://github.com/ekliptor/apputils

Basic helper functions for HTTP requests, file system, logging, JSON parsing and other basics of a web app.

css css3 html html5 mongodb nodejs typescript webapp

Last synced: 09 Nov 2024

https://github.com/boddepallyvenkatesh06/spicetify-customize-spotify

Command-line tool to customize Spotify client. Supports Windows, MacOS, and Linux.

linux macos webapp windows

Last synced: 01 Feb 2025

https://github.com/j-m/face-swap

Independent continuation of a project from BrumHack 2017

face-swap full-stack webapp

Last synced: 30 Dec 2024

https://github.com/geekalexis/search-engine

A distributed, RESTful search engine powered by AWS

aws hadoop search-engine webapp

Last synced: 12 Jan 2025

https://github.com/vdonchev/glaedrblog

PHP TeamWork @ softuni

mvc php webapp

Last synced: 29 Dec 2024

https://github.com/zpratt/webapp-workshop

How to build a web app .. with tests

hackillinois javascript nextjs reactjs tutorial webapp

Last synced: 24 Oct 2024

https://github.com/roo7k1d/pad-organizer

A web tool for organizing ports you forwarded and domains you own.

domain organization organizer pad php planner port sorter tool webapp

Last synced: 13 Jan 2025

https://github.com/chitralputhran/wine-glass-machine-learning-app

:wine_glass: Wine Glass is a web application made with the help of Flask, a microframework for Python based on Werkzeug, Jinja 2, and good intentions. On the backend, a machine learning model is classifying the wine sample entered as good or bad. The machine learning model was trained on the Wine Quality Dataset from the UCI Machine Learning Repository.

machine-learning python scikitlearn-machine-learning webapp

Last synced: 21 Jan 2025

https://github.com/chr15m/ghperks.com

Grow your GitHub sponsors with perks

donations free-software funding github github-api open-source webapp

Last synced: 19 Dec 2024

https://github.com/lb2281075105/rn8818-uniapp

HBuilderX + uniapp + vue 开发Android、iOS 、多种平台小程序(微信、支付宝、抖音、头条等)、H5

android es6 hbuilderx ios uniapp vue webapp

Last synced: 08 Jan 2025

https://github.com/ssivanov19/a-data-pro-internship-2022

Powered by AI, our project has the goal to provide citizens with quick and easy access to the news that they consider important.

ai azure django postgresql scrapy webapp website

Last synced: 27 Oct 2024

https://github.com/richardnk24/rich_realestate

This web app was built with Next.JS, React.JS, Chakra UI, Emotion, JavaScript and Rapid API. You have the ability to view properties based on particular filters that you can apply in order to find your potential new house, penthouse or apartment that you can call "Home"

api nextjs programming-challenges reactjs real-estate webapp

Last synced: 05 Jan 2025

https://github.com/celilselcuk/skin-cancer-detector

A CNN model to distinguish whether a skin lesion is malignant or benign: cancerous or not. Trained on 1500 images for both benign and malignant classes attained from the ISIC skin condition dataset with over 84% accuracy and 93 F1 score.

benign-skin-lesions cancer-detection cnn-keras cnn-model flask image-classification malignant-skin-lesions medicalimaging numpy python tensorflow webapp

Last synced: 05 Nov 2024

https://github.com/grandemayta/svelte-football-dashboard

Football Dashboard created with Svelte

frontend javascript svelte webapp

Last synced: 19 Dec 2024

https://github.com/hamza-cpp/bank-iav

The Bank-IAV is a robust, scalable backend designed to power banking applications. Built with Flask and employing Flask-Migrate for database schema management, this API supports functionalities such as user registration, authentication, and handling banking transactions.

backend flask python python3 rest-api solid-principles sqlalchemy webapp

Last synced: 01 Feb 2025

https://github.com/anthgrim/badbank

MIT Bad Bank Application

bank frontend react reactjs webapp

Last synced: 28 Dec 2024

https://github.com/antoinegiraud/slimauthapp

Application web basique avec Authentification utilisant slim php

authentification php site-internet slim webapp

Last synced: 20 Jan 2025

https://github.com/ramonmeffert/elm-gossip

A user-friendly web tool for exploring dynamic gossip.

bachelor-project dynamic-gossip elm gossip gossip-protocol webapp

Last synced: 05 Dec 2024

https://github.com/zacksleo/mpvue-quickstart-ts

👏 mpvue quickstart for typescript

mpvue ts typescript vue webapp wechat wxapp

Last synced: 14 Dec 2024

https://github.com/bmalbusca/microservices

Restful Web App served by microservices using Flask

backend flask html json microservices rest-api uservice webapp

Last synced: 13 Jan 2025

https://github.com/whitelicorice/databases-with-flet-and-sqlite

A repository demonstrating the power of Flet and SQLite3 for creating small robust database management systems.

database database-management database-schema design-patterns flet flet-app flet-routing material-design python sqlite3 sqlite3-database tutorials webapp

Last synced: 27 Dec 2024

https://github.com/elius94/users-session-manager

A simple Node.js module to manage users sessions on a web application or any kind of JS apps It uses a Singleton pattern to ensure that only one instance of the module is running at a time. SessionManager is a singleton class that can be used to manage users sessions. For every user that logs in, a new session is created and stored in the database. Every session has a unique ID that is generated by the system. Every session has a setTimeout that expires after a certain time (setSessionTimeout). When a user logs out, the session is deleted from the class. Every action fires an event that can be used to listen to the session manager.

api javascript login login-page login-system nodejs npm npm-module npm-package npmjs session-management sessions socket-io users webapp webapps websocket

Last synced: 20 Dec 2024

https://github.com/chrissmartin/blu

Blu is basically a dApp illustrating the working of a decentralised Social Network on Ethereum and IPFS Blockchain.

dapp ethereum ethereum-dapp ipfs-blockchain ipfs-web social-network webapp

Last synced: 13 Oct 2024

https://github.com/0x48piraj/barely-windows

Barely Windows is a user-friendly web-based GUI editor that enhances your Windows experience. Easily remove pre-installed apps, disable telemetry, and eliminate Bing from search. Boost gaming performance with FPS optimization. Compatible with Windows 10 and 11, it helps you declutter and optimize your system in just a few clicks.

bloatware-removal debloat debloater fps gaming open-source performance privacy security tweaks webapp windows windows-10 windows-11 windows-debloat

Last synced: 17 Oct 2024

https://github.com/ivanid22/weather-app

A Javascript web application that shows real-time weather data based on the user's location, using the OpenWeatherMap API

javascript weather webapp

Last synced: 20 Dec 2024

https://github.com/wo0fle/fractal-designer-lite

Explore fractals with this highly customizable web app! (NOT DONE YET)

fractals godot math webapp

Last synced: 04 Jan 2025

https://github.com/michidk/url_shortener

A dead-simple URL shortener written in Rust

shortener webapp

Last synced: 21 Dec 2024

https://github.com/nt1m/silhouette-audio-player

A web audio player that uses your silhouette (well kinda) as vizualizer.

javascript web-audio webapp

Last synced: 19 Dec 2024

https://github.com/mleidel/jsmodal

modal pop-up boxes for Javascript alert, confirm, and prompt

javascript javascript-library modal-dialogs webapp

Last synced: 20 Dec 2024

https://github.com/yymao/html-cleaner

Simple HTML cleaner

cleaner google-docs webapp

Last synced: 01 Feb 2025

https://github.com/aaronleocooper/html-app

Create interactive web pages with HTML and JavaScript easily!

html javascript library webapp

Last synced: 20 Dec 2024

https://github.com/nobledsmarts/iblogg

Iblogg - iblogg is single page web application (spa) blog built with walkifyjs and codeigniter4

ci4 codeigniter codeigniter4 hash-routing routing spa walkify walkifyjs walkifyjs-library webapp

Last synced: 26 Jan 2025

https://github.com/tls-inspector/certbox

An X.509 certificate toolbox

desktop electron pki tls webapp

Last synced: 10 Nov 2024

https://github.com/floffah/dndnotes

🗺️ Advanced DND note-taking webapp for both sides of the equation

cms discord dungeons-and-dragons embedded-app notebook webapp

Last synced: 03 Dec 2024

https://github.com/alvisonhunterarnuero/emergency-numbers

This is a simple Python Web App with Flask to practice this language with this framework. I will be updating another repo with flask as well for a CRUD app. After this, I will try Django

flask python3 static-site webapp

Last synced: 14 Jan 2025

https://github.com/privapps/share

A pure static javascript running in a browser that can chat and share files between two devices within the same network. Under the neath, it uses a public Piping server to do the handshake (signal server), and WebRTC when chatting or file transfer.

chat communication compression-with-password end-to-end-encryption file-share file-sharing javascript messenger peer-to-peer piping-server privacy web-client-compression webapp webrtc zip

Last synced: 20 Jan 2025

https://github.com/hernancerm/hercerm-contacts-app

Contacts web app developed with Java + Spring Boot and Vue, deployed in Heroku

fullstack spring-boot vue webapp

Last synced: 14 Dec 2024

https://github.com/melardev/tutsspringmvc

Spring MVC projects used for my in depth Spring MVC tutorial playlist on Youtube

api app java spring spring-mvc tutorials web webapp youtube

Last synced: 25 Jan 2025

https://github.com/simplyyan/afurbly

Create Windows installers for programs, games, and anything else you want! No programming required.

css css3 html html5 install installation installer installer-automation installer-files installer-packages installer-tools javascript js nwjs nwjs-application nwjs-update nwjs-updater web webapp

Last synced: 14 Dec 2024

https://github.com/techchrism/chill

Relaxing website with animations, music, and sound effects

vue vuetify webapp

Last synced: 27 Dec 2024

https://github.com/elazzouzihassan/tp-nextjs

Simple TODO List app with NextJS & MongoDB

framework full-stack mongodb next-js nextjs web webapp

Last synced: 21 Jan 2025

https://github.com/wulfgarpro/generator-cesium

Cesium + Express webapp generator for Yeoman

cesium express webapp yeoman-generator

Last synced: 10 Jan 2025

https://github.com/ehlvg/emojity

Small app to create an emoji or symbol avatar with colorful gradient background.

bootstrap css emoji html js webapp website

Last synced: 12 Jan 2025

https://github.com/tkers/brew

💧 Brew the perfect cup of coffee

calculator chemex coffee webapp

Last synced: 01 Jan 2025

https://github.com/franklintimoteo/findershing

Finder Phishing. Web app built with flask to get user computer information.

findershing flask pentest pentest-scripts pentest-tool pentesting pentesting-tools phishing python undeadsec webapp

Last synced: 20 Jan 2025

https://github.com/adamouization/formula1-crash-stats

:car: :collision: :car: Flask web application parsing F1 DNF stats from Wikipedia and visualising them in charts and tables.

circleci f1 flask flask-application flyio formula1 heroku highcharts jquery jquery-datatables python web-scraping webapp

Last synced: 05 Jan 2025

https://github.com/jerboa88/tally

Your favorite character counter, now with a dark mode! Count the number of words, sentences, and paragraphs in your text instantly

character-counter css github-pages html javascript js webapp website word-counter

Last synced: 27 Oct 2024

https://github.com/osama-yusuf/jellyfin-uploader

A simple, easy-to-use and self-hosted jellyfin media uploader straight to your jellyfin volume folders.

flask-application jellyfin jellyfin-media-uploader jellyfin-plugin self-hosted webapp

Last synced: 29 Dec 2024

https://github.com/s-kris/phonesamples

Search, Browse & Upload Camera Samples of Mobile Phones.

react-primitives reactjs webapp

Last synced: 26 Jan 2025

https://github.com/tirtharajsinha/vision-x

vision - X is a computer Vision project deployable on web ,totally based on django-python framework.

computer-vision django django-framework django-project html5 image-classification image-processing opencv python python3 webapp website

Last synced: 04 Jan 2025

https://github.com/motojinc25/wedx-assistant

An edge computing tool designed specifically for Azure IoT Edge

azureiotedge edge-computing flowgraph iot webapp

Last synced: 23 Jan 2025

https://github.com/manuelbento19/poupanca

Uma aplicação desenvolvida com o Reactjs com o objetivo de gerir as tuas contas/poupanças.

finance javascript management react reactjs typescript ui ux vite webapp

Last synced: 16 Jan 2025

https://github.com/nadimtuhin/accountant

Personal Accountant to manage your day to day finance.

android-application app ios-app money-manager react react-native webapp

Last synced: 22 Jan 2025

https://github.com/deividsousan/genderclassificationwebapp

Aplicação web onde você consegue treinar um modelo de Machine Learning para classificar uma pessoa como do sexo masculino ou feminino com base em seu nome.

k-nearest-neighbor-classifier k-nearest-neighbours machine-learning machine-learning-algorithms pickle pickle-file python python-3 python3 streamlit streamlit-webapp webapp

Last synced: 10 Jan 2025

https://github.com/mohamedsebaie/face_mask_detector_webapp-by_streamlit_heroku-

This Project has been implemented by using OpenCV to detect faces in the input images and a pre-trained Keras CNN model (MobileNetV2) as mask/no-mask binary classifier applied to the faces Images. The Deep Learning model currently used has been trained using images data set from Kaggle. The trained model has been shared in this repo.

caffee cnn-keras colab-notebook convolutional-neural-networks datagenerator deep-learning face-detection heroku-deployment image-classification imagenet keras mask-detection mobilenetv2 opencv pre-trained-model python streamlit transfer-learning webapp

Last synced: 21 Jan 2025

https://github.com/selvin-paul-raj/react_calculator

🧮 React Calculator App: A simple and efficient calculator web application built with React. Perform basic and advanced mathematical operations with ease. Check out the live demo and start crunching numbers! 🚀 #ReactJS #CalculatorApp #WebDevelopment

calculator react-calculator react-textfit reactcalculator reactcontext reactjs webapp

Last synced: 16 Dec 2024

https://github.com/ullaskunder3/mastering-html-css

Lets learn the concepts of HTML (the Hypertext Markup Language) and CSS (Cascading Style Sheets), They are the two core technologies for building Awesome design & Web pages

code css3 design fundamental html5 learning-by-doing resonpsive webapp website

Last synced: 16 Dec 2024

https://github.com/viiftw/notes-wiki

Simple web app written in Golang save my notes

go-examples go-web-application golang webapp wiki

Last synced: 31 Dec 2024

https://github.com/khaouitiabdelhakim/gestion-de-stages-server

This is the backend server for the Internship Management Web App, responsible for handling data storage, authentication, and communication with the frontend.

backend backend-api database javascript managment nodejs posgresql rest-api restapi server web webapp

Last synced: 18 Dec 2024

https://github.com/othman-birem/taskmanager

TaskManager is an intermediate-level full-stack task management system built with ASP.NET Core for the backend and Angular for the frontend. It provides comprehensive features for task creation, assignment, real-time collaboration, and analytics, making it easier for teams and individuals to stay organized and efficient.

angular asp-net-core fullstack webapp

Last synced: 24 Jan 2025

https://github.com/wo0fle/sq1-img-gen

A customizable Square-1 image generator.

image-generation python reflex rubiks-cube square-1 twisty-puzzles webapp

Last synced: 17 Dec 2024

https://github.com/binghuan/tetris

Coding quest from "BaseCase"

assignment game javascript take-home-test tetris webapp

Last synced: 05 Feb 2025

https://github.com/rubenayla/healthapp

An app that predicts what should you eat, your possible diseases and how to prevent them, based on your data.

habits health nutrition webapp

Last synced: 24 Jan 2025

https://github.com/narudesigns/word-target

A simple word game which gives you a target score and expect you to spell a word whose letters' points add up to give the specified target. This project was built using React.js

component game javascript react ui uiux webapp word-game

Last synced: 03 Jan 2025

https://github.com/oscarqjh/techfest2024

FrAI - Turning ordinary ingredients into extraordinary recipes

generative-ai openai-api stable-diffusion webapp

Last synced: 04 Jan 2025

https://github.com/sitamgithub-msit/yolosegment

Yolo11 and TensorFlow.js to segment or partition images according to their content.

deep-learning javascript react segmentation tensorflowjs ultralytics vercel-deployment webapp yolo yolo11

Last synced: 28 Jan 2025

https://github.com/rakibkhanofficial/rakibkhanofficial.github.io

This project is created using Flutter web package for my personal portfolio

dart flutter javascript portfolio-website webapp

Last synced: 02 Jan 2025

https://github.com/nelcifranmagalhaes/eat_then_diet

A System web for control of diets!

diet materialize rails rspec webapp

Last synced: 30 Jan 2025

https://github.com/little-apps/enhancedlaravelinstaller

Enhanced Laravel Installer is an improved version based off Laravel Installer by @rashidlaasri

enhanced installer laravel php webapp

Last synced: 15 Jan 2025

https://github.com/greenelab/connectivity-search-frontend

Frontend code for connectivity search (formerly "Hetmech")

hetio hetmech hetnet-connectivity-search hetnets networks paths react search webapp website

Last synced: 13 Nov 2024

https://github.com/cybersecurityup/j-collect

J-COLLECT é um conjunto de Scripts para coleta de Informações WEB

bash-script hacking hacking-tool python shellscript webapp

Last synced: 23 Jan 2025

https://github.com/aesha98/the-hive-3d

The Hive Interactive (Three.js)

3d threejs vr webapp webxr

Last synced: 19 Jan 2025

https://github.com/denizkarya1999/covid_vaccine_tracker

Track the development of each COVID-19 Vaccine.

covid-19 hackathon mlh2020 vaccine-tracker webapp

Last synced: 06 Feb 2025

https://github.com/dylandevelops/aidentify

Through images, text, and more, learn to identify AI-generated content in the real world!

ai authentication clerk convex game nextjs react typescript vercel webapp

Last synced: 28 Jan 2025