Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

Project

Project refers to a temporary endeavor undertaken to create a unique product, service, or result. This topic explores the various aspects of project management, including planning, executing, and closing projects, as well as the tools and techniques used to achieve project goals efficiently. It covers different methodologies like Agile, Waterfall, and Scrum, providing insights into their application across industries. This topic also discusses the challenges of project management, such as scope creep, risk management, and team coordination.

https://github.com/sombathoudom/simple_task_management_system

is project was built with vue js and connect with firebase:

project vue vuejs vuetify

Last synced: 12 Nov 2024

https://github.com/jinjinov/sort-projects-in-visual-studio-solution

Sort projects in Visual Studio solution file in alphabetical order

file order project sort visual-studio

Last synced: 15 Nov 2024

https://github.com/jaiswalchitransh/ucs-with-best-first-search

Implementation of UCS on Romania to find shortest distance from Arad to Bucharest based on best-first search algorithm. It uses a dictionary that stores current city mapped to (parent city, current best distance), and frontier is a priority queue to process nodes containing (node id, current city, priority value).

artificial-intelligence best-first-search heuristic-search-algorithms heuristics project python python-3 python3 searching-algorithms ucs uniform-cost-search

Last synced: 05 Nov 2024

https://github.com/jaiswalchitransh/login-page

This HTML code establishes a clean login and signup page with internal CSS styling for visual appeal. The structure adheres to HTML5 standards, featuring input fields for username and password, submission and cancellation buttons, a "Remember Me" checkbox, and links for password recovery and registration.

css css3 html html5 login-page project responsive responsive-design template web-development website

Last synced: 05 Nov 2024

https://github.com/alexmhack/node_express

working on a simple project built with node and express

api beginner-project express-js javascript nodejs project tutorial

Last synced: 15 Nov 2024

https://github.com/donghquinn/analye_hub_intro

This is an introduction of Analyze Hub project

analyze project statistics

Last synced: 12 Nov 2024

https://github.com/martan03/izu-project1

Uniform Cost Search implementation

project rust school ucs uniform-cost-search

Last synced: 16 Nov 2024

https://github.com/jaiswalchitransh/csp-map-coloring-using-backtracking

The code uses backtracking to solve the Constraint Satisfaction Problem (CSP) of map coloring. It checks if assigning colors to regions follows the constraint that no adjacent regions have the same color. The skills involved include algorithm design for backtracking, recursion, and solving CSP problems. The implementation uses Python.

ai artificial-intelligence backtracking csp map-coloring project python python-3 python3 recursion

Last synced: 05 Nov 2024

https://github.com/juanma-gutierrez/proyecto-lm-bilanca-abogados

Proyecto primer trimestre de Lenguaje de Marcas - Bilanca Abogados

css css3 flexbox html html5 landing-page project

Last synced: 12 Nov 2024

https://github.com/martan03/ija-task1

Basic game backend

homework java project school

Last synced: 16 Nov 2024

https://github.com/binny3213/file_downloads_automator

Sends downloaded files to user-defined folders automatically.

automation organization project python

Last synced: 13 Nov 2024

https://github.com/jimli570/react-template

Modern up to date (new as in first half of 2022) project template using webpack for a modern SPA react project.

2022-project boilerplate project react react-router react-router-dom react18 redux spa template web webapp webpack

Last synced: 16 Nov 2024

https://github.com/janina280/text_to_speech_using_phyton

I am going to create my own audiobook, which converts texts to speech. I can use a python package to convert the text to speech known as gTTS.

programming project python

Last synced: 10 Nov 2024

https://github.com/janina280/scientific_calculator_gui

I create a GUI-based Scientific Calculator that accepts all the math operations including lag & trigonometric when the user enters the value and enters the “button”, he will get the respective output. The scientific Calculator works similarly to the normal calculator but with some added functionalities.

programming project python

Last synced: 10 Nov 2024

https://github.com/janina280/weight_converter_gui

I create a GUI-based weight converter that accepts a kilogram input value and converts that value to grams, pounds, and ounces when the user clicks the Convert button.

programming project python

Last synced: 10 Nov 2024

https://github.com/janina280/bank_management

Bank Management Project with python is an intermediate-level project made using Python. Basically, you can have all sorts of functionality that normal banks do have.

programming project python

Last synced: 10 Nov 2024

https://github.com/jaiswalchitransh/restaurant-management-system

This Restaurant Management System is a Python application facilitating menu display, ordering, and menu management. It presents customers with a user-friendly interface to explore the menu, place orders, and provide ratings for items.

project projects python python-3 python-project python3 pythonprojects restaurant-management rms

Last synced: 05 Nov 2024

https://github.com/jaiswalchitransh/dfs-searching-algorithm

This Python code employs the Depth-First Search (DFS) algorithm to find a path from "Arad" to "Bucharest" in the Romania map. It uses a priority queue, backtracking, and a graph representation. The DFS path is printed at the end. Skills demonstrated include graph traversal, priority queue usage, and DFS algorithm implementation.

ai artificial-intelligence depth-first-search dfs dfs-algorithm dfs-search graph priority-queue project python python-3 python3 searching searching-algorithms travesal

Last synced: 05 Nov 2024

https://github.com/jaiswalchitransh/python-sapi-voice-for-windows

The Python script utilizes the win32com library to interact with the Windows Speech API (SAPI), prompting the user to input text to be spoken aloud. It continuously speaks the input text using the default system text-to-speech engine until the user inputs "-1" to terminate the program.

project python python-3 python3 sapi sapi-voice text-to-speech win32 win32com windows

Last synced: 05 Nov 2024

https://github.com/pritz69/music_player

A Music Player Application containing few songs in a playlist which we can play and listen .

css3 html-css-javascript html5 javascript music music-player project

Last synced: 12 Nov 2024

https://github.com/pritz69/memorygame

A website developed using Javascript and CSS frameworks which keeps a check on the users memory and enhances their remembering skills/memory through an attractive game with audio-visual effects.

css3 game html-css-javascript html5 javascript memorygame project website

Last synced: 12 Nov 2024

https://github.com/jaiswalchitransh/kaun-banega-crorepati-game-in-python

This Python script replicates the "Kaun Banega Crorepati" game, presenting users with multiple-choice questions and monetary rewards. Players can choose to answer or quit at any point, accumulating winnings based on correct answers. The game concludes with a display of the player's total earnings.

game game-development kaun-banega-crorepati project python python-3 python3

Last synced: 05 Nov 2024

https://github.com/simonoricardo/chess

A naive implementation of a Chess game / engine. Made for fun and exploration. Trying to leverage Elixir and OTP capabilities.

chess elixir project

Last synced: 09 Nov 2024

https://github.com/jaiswalchitransh/merge-pdf-files-using-pypdf2

This Python script merges all PDF files in the current directory into a single PDF file named "merged.pdf" using the PyPDF2 library. It iterates through the PDF files, appends their content to a PdfWriter object, writes the merged content to a new file, and then closes the PdfWriter object.

merge merger pdf project pypdf2 pypdf2-library python python-3 python3

Last synced: 05 Nov 2024

https://github.com/binny3213/currency_converter

Simple API allows you to convert one currency to another.

api automation project python

Last synced: 13 Nov 2024

https://github.com/jaiswalchitransh/snake-water-gun-game-in-python

This Python script implements a Snake, Water, Gun game where the user competes against the computer. The user inputs their choice, and the program randomly selects a choice for the computer. The game function evaluates the choices, determining the winner based on predefined rules.

game game-development project python python-3 python3 snakewatergun-game

Last synced: 05 Nov 2024

https://github.com/jaiswalchitransh/secret-code-game-in-python

This Python script implements a Secret Code Game where users choose between encoding or decoding a message. For encoding, it applies a specific pattern to each word, and for decoding, it attempts to reverse the pattern. The code includes error handling for decoding. The program concludes by thanking the user for playing the Secret Code Game.

game project python python-3 python3 secretcode

Last synced: 05 Nov 2024

https://github.com/danteterry/guess-my-number-game

A game in which you need to guess number between 1 to 20.

css game html html-css-javascript javascript javascript-game project website

Last synced: 10 Nov 2024

https://github.com/suniksha12/php_my_sql_projects

This repo collection of hands-on PHP and MySQL projects demonstrating backend development concepts through practical applications. Each project explores different aspects of web development, from basic CRUD operations to complex database management.

backend beginner-project creative-coding crud css database form helpful html innovation javascript mysql mysql-database php phpmyadmin project server web-application webdevelopment

Last synced: 01 Nov 2024

https://github.com/binny3213/final-project-csharp

Built a final project in college in C#,by applying principles of object-oriented language.

cpp csharp oop project

Last synced: 13 Nov 2024

https://github.com/ujarhr/laravel_pos

Elevate Your Sales Game with this Powerful Laravel POS Application!

application laravel laravel-framework php point-of-sale pos project

Last synced: 05 Nov 2024

https://github.com/fadilxcoder/circuit-breaker

HFX - Circuit Breaker (Cache mechanism)

circuit-breaker notes php poc project redis

Last synced: 09 Nov 2024

https://github.com/zalweny26/lab_algoritmi_unipa

Progetto per l'esame di Laboratorio di Algoritmi 23-24, UniPa, Informatica L-31

algorithms cpp project

Last synced: 04 Nov 2024

https://github.com/subb98/race-results

Test task for PHP developer position at Smart Logistics

app application backend docker docker-compose example php php8 php81 project task test

Last synced: 26 Oct 2024

https://github.com/binny3213/takigame

Build Taki Game final project intro to CS

c pointers project

Last synced: 13 Nov 2024

https://github.com/muzammil7866/set-relation-checker

No of Relations, Cartesian Product, Reflexive, Symmetric, Antisymmetric

cartesian-product discretestructures project reflexive relations sets symmetric

Last synced: 14 Nov 2024

https://github.com/muzammil7866/bingo

Game 2 player

bingo cplusplus pf project

Last synced: 14 Nov 2024

https://github.com/dxxxxy/projectmanager

Familiarization with the HTML DOM. Team project for 420-320-DW-WEB-DEVELOPMENT-II.

420-320-dw dev dom html manager project team web

Last synced: 09 Nov 2024

https://github.com/dxxxxy/elements-of-life

A project for the computer concentration in my high school (Collège Jean-Eudes).

college computer concentration elements eudes high jean life of paper project rock school scissors

Last synced: 09 Nov 2024

https://github.com/dxxxxy/currencyexchanger

Familiarization with fetch() and external APIs. Project for 420-320-DW-WEB-DEVELOPMENT-II.

420-320-dw api dev external fetch project web

Last synced: 09 Nov 2024

https://github.com/binny3213/python-slotmachine

A slotMashine game made with python

project python

Last synced: 13 Nov 2024

https://github.com/bblu9/lawwise-dictionary-app

LawWise Law Dictionary Flutter App Project

demo flutter flutter-app flutter-ui project

Last synced: 09 Nov 2024

https://github.com/contributte/doctrine-project

🕹️ Minimal viable project with Doctrine to Nette (@nette) by @f3l1x

contributte doctrine example mvp nette php project

Last synced: 26 Oct 2024

https://github.com/web-dev-codi/clean-vitejs-javascript-project-scaffolding

Vite project setup using Javascript. App,jsx, index.css, App.css content deleted.

javascript project react scaffolding template-project vitejs

Last synced: 31 Oct 2024

https://github.com/kadiryazadzhi/softuni---randomsentencesgenerator

🎓 Solution for the "Random Sentence Generator" practical project in the C# Fundamentals course at SoftUni 🎓

charp course fundamentals project softuni

Last synced: 07 Nov 2024

https://github.com/uditalias/rts-starter

🛠 React+TypeScript Starter

project react seed typescript webpack

Last synced: 12 Nov 2024

https://github.com/shane-reall/final-project-client-server

My final project for Client Server Systems. It's a multiplayer card game called Triple Triad, where it's the player's goal to have as many tiles in their color as possible.

client-server java javafx-application project

Last synced: 12 Oct 2024

https://github.com/carolhcs/mini-games-flappy-style-unity

:space_invader: Two Mini-Games made with Unity in my studies. Flappy Daragon Eat Coin and Flappy Cat - Meeting Jam (flappy bird style);

algc blender blender3d carolsalvato estilo-flappy-bird game game-dev game-development gamedev hcs jmonkeyengine jmonkeyengine3 mini-game project prototype unit3d unity unity-3d

Last synced: 13 Nov 2024

https://github.com/myles/font

Myles Font

font project status-incubator

Last synced: 07 Nov 2024

https://github.com/yonis-savary/clarityapp

Project template to create a new Clarity Application

framework php project template web

Last synced: 05 Nov 2024

https://github.com/aloramercer/integral-calculation-using-reiman-sums

This project is for calculating the area under the curve of a function over a specified interval. It uses Left Hand Rule, Right Hand Rule, and Midpoint Rule to estimate the integral.

calculate-area cpp curved function integral project

Last synced: 25 Oct 2024

https://github.com/oscarvalenzuela25/legal-document

Proyecto para generar PDFs con una base HTML

mustache-js pdf project

Last synced: 14 Nov 2024

https://github.com/tauseedzaman/image-editor

image editor with JavaScript

editing image javascript photo project

Last synced: 09 Nov 2024

https://github.com/sqwyer/propeller

A simple and open source project management library.

nodejs oop project project-management ts

Last synced: 09 Nov 2024

https://github.com/tauseedzaman/javascript-canvas-draw-circles

Draw circles in JavaScript with canvas . just a test project toward game development.

canvas javascript project

Last synced: 09 Nov 2024

https://github.com/hickee032/corona-data-visualization

corona19 ( immigration, region )data crawling _visualization

crawling graph project python visualization

Last synced: 08 Nov 2024

https://github.com/amruthpillai/vtu-dsce-project-report-template

VTU DSCE Project Report Template in LaTeX

latex project report vtu

Last synced: 25 Oct 2024

https://github.com/jonathanalvares9009/web-surfer

Web Surfer is a lightweight and user-friendly toy web browser designed for learning and experimentation. It offers a simplified browsing experience while providing insights into the internal workings of web browsers.

browser frontend html-css-javascript project python socket-programming webdevelopment

Last synced: 09 Nov 2024

https://github.com/etcroot/trashbxg

just some stupid projects

pomf project trashbxg trashbxgteam

Last synced: 10 Nov 2024

https://github.com/applexumber/playmeez

Uma aplicação web feita em PHP, gerenciador de musicas, álbuns e artistas.

clone clone-app css html javascript music music-player mysql php php7 project spotify sql xampp

Last synced: 09 Nov 2024

https://github.com/oscarvalenzuela25/portafolio

Proyecto para listar las landing pages hechas y proyectos propios

astro css3 html5 project react reactquery zustand

Last synced: 14 Nov 2024

https://github.com/enweazudaniel/drum-kit

A simple drum kit website consists of a mix of drums

css drumkit html javascript open-source project website

Last synced: 12 Nov 2024

https://github.com/barabadzhi/my-reads

MyReads: A Book Tracking App

nanodegree project react udacity

Last synced: 28 Oct 2024

https://github.com/abhinavkumar2369/textquest

A simple text-to-text based Web Chat App, fueled by the powerful Gemini API.

chatbot gemini gemini-api project projects react vite-js web-development

Last synced: 08 Nov 2024

https://github.com/maglovskinenad/cash_register_c

Cash register writen in C

c cash project register

Last synced: 24 Oct 2024

https://github.com/kettasoft/scaffolding

Scaffolding is a strong and flexible structure based on HMVC architecture.

architecture components hmvc hmvc-architecture laravel laravel-framework laravel10 php project ready-made-component scaffolding structure

Last synced: 28 Oct 2024

https://github.com/yeabtsega1/current-time

A project of JavaScript which shows current time

javascript project time

Last synced: 07 Nov 2024

https://github.com/beomseokyu/sist-first-project-wbs

[JAVA] 도서 관리 시스템 프로젝트 개발 문서 (WBS)

project wbs

Last synced: 09 Nov 2024

https://github.com/vishalshenoy2002/file-monitor

It is a security application. It Monitors the given list of files and if there are any changes detected it will notify you through mail 📧

code cyber-security cybersecurity file file-monitoring file-security filesystem monitoring project python python3 security

Last synced: 14 Nov 2024

https://github.com/yoannchb-pro/boxy

A box for you computer screen or TV screen

adblock apps box boxy electron project tailwindcss vuejs

Last synced: 24 Oct 2024