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/dawitnida/pythonidae

Development of Web Applications and WebServices using Django framework and Python

django-application localization project python rest-api swagger-spec

Last synced: 13 Oct 2024

https://github.com/jalik/dev-assets

A project that contains useful assets for developers.

assets codestyles licenses project

Last synced: 14 Oct 2024

https://github.com/alizul01/theater-cashier-project

🍿 Theater-Cashier-Project adalah sebuah aplikasi berbasis Command-Line-Interface (CLI) yang dibuat untuk membantu pemilik theater untuk mengelola penjualan tiket dan cafetaria. Aplikasi ini dibuat untuk memenuhi tugas mata kuliah Praktikum Dasar Pemrograman

college-project final-project java java-11 java-programming java-sdk project

Last synced: 11 Oct 2024

https://github.com/yashladha/newpie

News Article Fetcher App

android networking newsapi newsapp project

Last synced: 14 Oct 2024

https://github.com/s3gmentati0nfaultuni/programmazione-cpp

Progetto d'esame per il corso di Programmazione C++ tenuto dal professor Ciocca presso l'università degli studi di Milano Bicocca

cpp datastructures-algorithms project qt

Last synced: 11 Oct 2024

https://github.com/monosoul/gradle-module-tree

Gradle plugin providing functions for declaring modules as a tree

gradle gradle-kotlin-dsl gradle-plugin module modules project projects settings

Last synced: 01 Nov 2024

https://github.com/firenlf2/filtercomm

A demo project for a future eCommerce website for selling Oil & Air Filters. Project is purely based around Frontend development, and is one of my first serious projects.

angular-cli css ecommerce-website frontend html project typescript web-development

Last synced: 14 Oct 2024

https://github.com/satendra03/react-ochi-web-clone

Portfolio Project Description Welcome to my portfolio project! This website showcases my skills, projects, and contact information with a sleek, interactive design. Features: Dynamic Animations: Powered by GSAP and Framer Motion. Enhanced Scrolling: Implemented with Locomotive Scroll. Real-time Data: Managed via Firebase.

portfolio-website project reactjs tailwindcss webdevelopment website

Last synced: 06 Nov 2024

https://github.com/wirthual/smartkanne

Project created for Ubiquitous Computing Course WS17/18 at Karlsruhe Institute of Technology.

appliance arduino arduino-uno lcd-display project rfid smarthome university

Last synced: 15 Oct 2024

https://github.com/jaiswalchitransh/historical-stock-and-revenue-data-analysis

This project focuses on extracting and visualizing stock data using Python libraries such as yfinance for historical stock prices and web scraping techniques to gather company revenue data. It provides a comprehensive analysis by plotting both stock prices and revenues over time for companies like Tesla and GameStop.

artificial-intelligence beautifulsoup bs4 data-science gamestop jupyter jupyter-notebook machine-learning matplotlib pandas plotly project python python-3 python3 requests stock-market tesla webscraping yfinance

Last synced: 11 Oct 2024

https://github.com/lucaargolo/historico-de-voos

Repositorio para hospedagem do site referente ao trabalho de Engenharia de Software (MATA62), referente a analise e demonstração do histórico de voos entre 2015-2020 disponibilizado pela ANAC.

brazil css flights html javascript portuguese project university

Last synced: 14 Oct 2024

https://github.com/loitd/pythonpractical

Các source code và file hướng dẫn trong course "Lập trình Python thực chiến" trên kênh Youtube Tran Duc Loi

language practice project python

Last synced: 14 Oct 2024

https://github.com/semazurek/kolkokrzyzyk

Projekt gry/programu w C na przedmiot Wprowadzenie do Informatyki (WDI)

c cli command-line mini-game project vbscript

Last synced: 11 Oct 2024

https://github.com/aminya/include.m

Adds folders to Matlab's path

addpath file include matlab project

Last synced: 30 Oct 2024

https://github.com/jaiswalchitransh/html-portfolio-example

This HTML code constructs a portfolio webpage featuring the name and role ("Chitransh Jaiswal, Full Stack Web Developer") followed by two project sections. Each project includes a heading, image, and link to its respective HTML file.

css css3 html html5 porfolio portfolio-website project responsive template web-development website

Last synced: 05 Nov 2024

https://github.com/jaiswalchitransh/my-first-html

This HTML document creates a personal website for Chitransh Jaiswal, featuring sections on education, hobbies, licenses, certifications, and skills. It employs images, tables, and hyperlinks for a visually organized and informative layout. The footer provides a link to the "Contact me" page, making it a comprehensive profile webpage.

css first-html first-project html html5 project web-development website

Last synced: 05 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/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/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/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/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/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/rodrigofrangel/projeto-epi

Projeto de uma aplicação mobile para uma instituição de ensino superior

figma presentation project

Last synced: 31 Oct 2024

https://github.com/pavi2410/pynas

A Network Access Storage (NAS) server

bootstrap bottle fullstack nas project python replit

Last synced: 14 Oct 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/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/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/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/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/blackhatdevx/dice_roller

A simple and beautiful dice roller app built using Flutter. The app features a smooth gradient background and an intuitive UI, making it easy and fun to use. Future enhancements include adding animations and sound effects for a more engaging experience.

flutter flutter-project project

Last synced: 18 Oct 2024

https://github.com/creativoma/google-clone

Este proyecto clon simula al buscador Google. Construido a partir del curso de HTML y CSS de Platzi.

platzi project proyecto

Last synced: 06 Nov 2024

https://github.com/creativoma/project-mobile-first

Este proyecto formaba parte de uno de los cursos en Platzi.

platzi practice project proyecto

Last synced: 06 Nov 2024

https://github.com/justinrubek/project-runner

A tool/library that detects and describes details about a project. This is a work in progress and is intended to be used as a library for other tools to build on top of and provide a consistent experience for interactions.

flake nix nix-flake prj project runner rust

Last synced: 23 Oct 2024

https://github.com/contributte/sentry-skeleton

🕵🏻‍♀️ Example of first class integration of Sentry to Nette (@nette) by @f3l1x

contributte error exception nette project sentry skeleton

Last synced: 05 Nov 2024

https://github.com/jbitton/grad-planner

Principles of Software Engineering Project

algorithmic problem-solving project rails ruby university

Last synced: 14 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/deeksha-dhawan/pizza-outlet-analysis-using-sql

This project analyzes pizza sales data to gain insights into customer behavior and revenue patterns. Key analyses include customer insights, popular pizza types and sizes, revenue generation, and order trends. The findings help optimize menu offerings, staffing, and marketing strategies to boost overall business performance.

coding-challenge data-analysis data-science microsoft my portfolio-project programming project projects sql sql-analysis sql-project sqlproject sqlserver

Last synced: 14 Oct 2024

https://github.com/patrickap/project-starter

Various project starters for different programming languages. 💫

project sandbox starter template

Last synced: 06 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/yakuter/laravel-site-settings

An easy site settings example to show how to create a site settings page and cache the settings in laravel

beginner laravel php project settings starter

Last synced: 14 Oct 2024

https://github.com/contributte/demo-typesense

🏀 Demo application of Typesense (@typesense) based on Nette Framework (@nette) by @f3l1x.

contributte demo engine nette project search skeleton typesense

Last synced: 25 Oct 2024

https://github.com/myles/font

Myles Font

font project status-incubator

Last synced: 07 Oct 2024

https://github.com/xiaomi7732/codewithsaar.extensions.projectassets

View NuGet package dependency hierarchy with visualization

compliance dependency nuget package project version virsualize visualization

Last synced: 01 Nov 2024

https://github.com/turytsia/university-ija-Pacman

Pac-Man Adventure is a game where players control Pac-Man, a yellow character, as he navigates a maze, eating dots and avoiding ghosts. The objective is to find the key and leave the maze while avoiding the ghosts that pursue Pac-Man.

ija java pacman project swing vut

Last synced: 23 Oct 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/toydotgame/javaquiz

MVP for a school quiz software using arrays as storage.

education java mvp project

Last synced: 05 Nov 2024

https://github.com/robert-ds/invie

Sitio web para la venta de guitaras invisibles

front-end html-css-javascript personal-project project website

Last synced: 05 Nov 2024

https://github.com/valentin-koeberl/webt2024-25

This repository is all about DreamLabs. DreamLabs Production is a virtual company founded by Laurens Vidan and Valentin Köberl as part of the Media Technology course at HTL 3 Rennweg. In this course, we focus on web technologies, particularly HTML5, CSS, PHP and JavaScript.

css development html-css-javascript html5 javascript php php7 project webtechnology

Last synced: 18 Oct 2024

https://github.com/nixpulvis/maze_gl

Maze game in OpenGL (Windows)

project

Last synced: 27 Oct 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/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/robert-ds/batatabit

Sitio para el intercambio de criptomonedas, diseñado priorizando el mobile first

css3 flexbox-layout html-css-javascript html5 javascript project responsive

Last synced: 05 Nov 2024

https://github.com/hsnice16/grid-of-three-cross-three

a webpage with a paragraph written on it and under which 9 buttons are placed in a 3X3 grid. The first row is for buttons labeled with colors names Red, Green, and Blue, the second row with numbers 10, 20, 30, and the third row with different font names. Click event of each of the buttons is making the appropriate change in the style of paragraph.

css3 html5 javascript project

Last synced: 11 Oct 2024

https://github.com/brahmbeyond/randomjokesgenerator

Generates Random jokes on every click.. 👻

async-await fetch-api html-css-javascript project

Last synced: 19 Oct 2024

https://github.com/mohitkumartoshniwal/custom-react-dom

A basic custom react dom implementation

beginner-friendly project react react-dom youtube

Last synced: 02 Nov 2024

https://github.com/robert-ds/amazon-viewer

App de Consola que ofrece a los usuarios el poder ver peliculas, leer libros, etc.

java personal-project poo project

Last synced: 05 Nov 2024

https://github.com/ernscht/nitro-project-test

Example project to develop & test generator-nitro project

example nitro project

Last synced: 15 Oct 2024

https://github.com/labordep/collectable

Collectable is an application project to manage / display / get informations for stuff collector in Pharo. Targeting is video games collection.

application collect collectable collectible collection collector display manage pharo project retro retrogaming smalltalk video-game

Last synced: 31 Oct 2024

https://github.com/ndamatta/lolgistic

website to analyze your LoL profile

api bulma javascript league lol official opgg project riot riotgames stats

Last synced: 15 Oct 2024

https://github.com/huifer/kop

Project combat is not limited to the front and rear end

project rbac springboot

Last synced: 20 Oct 2024

https://github.com/arif98741/java-calculator

This is a simple java project for beginners. Anyone can take idea regarding Java Mechanism and Process of software making technology

calculator java project

Last synced: 15 Oct 2024

https://github.com/joebobmiles/cautious-couscous

Basic TypeScript project template.

project template typescript

Last synced: 15 Oct 2024

https://github.com/robbypambudi/general_programming_in_c

This is my programing project with C Language to solve any problem on internet

c project

Last synced: 15 Oct 2024

https://github.com/peteryu24/lookbook

book recommendation web project

aws mysql nginx pandas project react redis spring

Last synced: 05 Nov 2024

https://github.com/bibekdhkl/html-css-js-projects

Honing skills by building small projects

beginner-project js project

Last synced: 25 Oct 2024

https://github.com/jaiswalchitransh/analyzing-historical-stock-data

This project focuses on extracting and visualizing stock data using Python libraries such as yfinance for historical stock prices and web scraping techniques to gather company revenue data. It provides a comprehensive analysis by plotting both stock prices and revenues over time for companies like Tesla and GameStop.

artificial-intelligence beautifulsoup bs4 data-science gamestop jupyter jupyter-notebook machine-learning matplotlib pandas plotly project python python-3 python3 requests stock-market tesla webscraping yfinance

Last synced: 01 Oct 2024

https://github.com/rijoksd/event-mangement

A full-stack event management platform with user authentication, event creation, and admin features using React, Express, Node.js, and MongoDB.

cloudinary daisyui event-management events express javascript mern-stack mongodb nodejs project react realtime ui

Last synced: 15 Oct 2024

https://github.com/kanzitelli/3s-structure

➰➰➰ Opinionated project structure for mobile apps (React Native) and web apps (React), like Admin portals and Dashboards. Maintain and deliver new features with ease!

mobile-app project project-structure react react-native starter-project web-app

Last synced: 05 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/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