Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- GitHub: https://github.com/topics/project
- Wikipedia: https://en.wikipedia.org/wiki/Project
- Created by: The project management community
- Related Topics: project-management, teamwork, software-development,
- Aliases: projects,
- Last updated: 2024-11-06 00:23:49 UTC
- JSON Representation
https://github.com/maglovskinenad/cash_register_c
Cash register writen in C
Last synced: 24 Oct 2024
https://github.com/barabadzhi/my-reads
MyReads: A Book Tracking App
nanodegree project react udacity
Last synced: 28 Oct 2024
https://github.com/dbc2201/sninventory
inventory-management-system java javafx project
Last synced: 31 Oct 2024
https://github.com/dbc2201/pillarplacement
java javafx placement-engine project
Last synced: 31 Oct 2024
https://github.com/dbc2201/hardcashdetective
java javafx moneytracker project
Last synced: 31 Oct 2024
https://github.com/dbc2201/inverterox
inventory-management-system java javafx project
Last synced: 31 Oct 2024
https://gitlab.com/raupulus/yii2-app-basic
Yii 2.0 Basic Application Template - Modify Esto es un mirror de: https://github.com/fryntiz/yii2-app-basic.git Packagist → https://packagist.org/packages/fryntiz/yii2-app-basic#dev-master
framwork php project skeleton template yii yii-skeleton yii2 yii2-app yii2-application-template yii2-basic yii2-framework yii2-skeleton
Last synced: 27 Sep 2024
https://github.com/nihalsheikh/hospital_management
Patient Management System
appwrite healthcare netlify nextjs project reactjs typescript webdev
Last synced: 31 Oct 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.
Last synced: 11 Oct 2024
https://github.com/amruthpillai/vtu-dsce-project-report-template
VTU DSCE Project Report Template in LaTeX
Last synced: 25 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/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/bolajiayodeji/resume-project
Resume
bootstrap4 css3 html5 javascript jquery project rapid resume-website
Last synced: 12 Oct 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/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/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/afeiship/react-gh2project
React github pages to project.
Last synced: 27 Oct 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/rewaj56/pexpclone
The project is a clone of a popular custom ROM website known as PixelExperience built using Bootstrap 5.
bootstrap5 clone-website project
Last synced: 02 Nov 2024
https://github.com/zalweny26/lab_algoritmi_unipa
Progetto per l'esame di Laboratorio di Algoritmi 23-24, UniPa, Informatica L-31
Last synced: 04 Nov 2024
https://github.com/nonong852/smit-course-recommendation-system
This is Final Year project. A Course Recommendation System using Sikkim Manipal Institute of Technology Courses dataset.
bootstrap4 course course-recommendation course-recommendation-system coursereccommendor courserecommendationsystem database django html-css-javascript jquery postgresql project python recommendation-system sikkim-manipal smit-asignment smit-nonong
Last synced: 31 Oct 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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/mariantaragel/synthetic-piano
Piano synthesizer
ipython-notebook project signal-processing
Last synced: 11 Oct 2024
https://github.com/djb15/machine-learning-project
Machine learning project 2018 - Imperial College London
machine-learning project python3 scikit-learn scikitlearn-machine-learning university university-project
Last synced: 11 Oct 2024
https://github.com/sontungexpt/dreamy-farm-client
The ui for dreamy farm website
farm javascript javascriptreact project reactjs scss web
Last synced: 23 Oct 2024
https://github.com/robertobochet/iacv-project
computer-vision course-project politecnico-di-milano project python
Last synced: 02 Nov 2024
https://github.com/majamassarini/automate-lights-example
An example project automating lights with automate-home
automate-home automation configuration dimmer home-automation hue hue-lights knx lifx light project
Last synced: 12 Oct 2024
https://github.com/majamassarini/automate-sound-player-example
An example project automating a (sonos) sound player with automate-home
automate-home automation configuration home home-automation knx project sonos
Last synced: 12 Oct 2024
https://github.com/muhammadaliashraf/nextjs-todo
This repository contains a Todo application built with the MERN (MongoDB, Express.js, React.js, Node.js) stack and uses Next.js for server-side rendering and routing. Authentication is implemented using cookies.
api application expressjs mern-project mern-stack mern-stack-app next-auth next-js nextjs nextjs13 nextjstodo opensource project react-hooks reactjs ssr todolist todolist-application vercel vercel-deployment
Last synced: 10 Oct 2024
https://github.com/majamassarini/automate-curtains-example
An example project automating curtains (shutters/blinds actuators) with automate-home
automate-home automation blind blinds configuration cover curtain home-assistant home-automation knx project shutter
Last synced: 12 Oct 2024
https://github.com/rohitkadu/web-scraper-python
Web Scraper using Python
beautifulsoup beautifulsoup4 bs4 extractor googlecolab googlecolaboratory html html-scraper ipynb ipynb-jupyter-notebook ipynb-notebook mini-project project python requests soup web-scraper web-scrapers webscraper
Last synced: 11 Oct 2024
https://github.com/rkstudio585/cowser
Cowser is a Python tool that displays ASCII art cows with personalized greetings. It supports interactive commands for greeting users, showing help, and listing available ASCII art. Easily extendable and fun to use, it combines classic cowsay functionality with Python scripting.
bash cowsay cowset project python python-project
Last synced: 31 Oct 2024
https://github.com/nyctibiusvii/jobscalc
O JobsCalc Ă© uma aplicação de estimativa de cálculo para projetos freelancer, onde Ă© possĂvel cadastrar e excluir jobs (projetos), obtendo uma estimativa de custo de cada job. AlĂ©m disso, Ă© possĂvel traçar o valor da hora da pessoa que estará usando o sistema đź“‹đź’°
calc css html jakeliny javascript jobs jobscalc maratona-discover maykbrito project rocketseat vercel
Last synced: 13 Oct 2024
https://github.com/mehar-aziz/job-finder
Job Finder is a web app that connects job seekers with employers. It features job listings, user profiles, and secure authentication, built with React and Node.js.
axios expressjs finding job jobfinding mongodb nodejs project react scss-framework
Last synced: 31 Oct 2024
https://github.com/aledpl5/assembly-production-scheduler
Assembly Order's Scheduler
assembly assembly-language assembly-x86 interrupts makefile project syscalls university-project
Last synced: 12 Oct 2024
https://github.com/julianolorenzato/venus
🌕 A complete environment to assemble and run Venus.
assembler assembly project runtime rust virtual-machine
Last synced: 12 Oct 2024
https://github.com/bossthekhani/testimonials_grid_section
Responsive testimonial grid section
css css-grid html5 project scss-framework vercel-deployment
Last synced: 31 Oct 2024
https://github.com/sikandarjodd/kit
Simple To Do List using Svelte Js with Remove Filter
javascript json project svelte svelte-projects svelte-v3 sveltejs to-do-list
Last synced: 03 Nov 2024
https://github.com/sgaunet/gitlab-vars
Tool to get the environment variables of a gitlab project or gitlab group.
Last synced: 11 Oct 2024
https://github.com/siddhant-k-code/scrabble-lite
Participation for the Codepen board game challenge. A take on scrabble but for single players. There is currently no logic to validate if a word is real because I could not find a free API. Feel free to use it and incorporate the API yourself
css game html htmlgame js new project scrabble scrabble-game
Last synced: 11 Oct 2024
https://github.com/leticiafreitas79/php-projetos
Projetos e Atividades realizadas durante as aulas de Execução de processos de codificação, manutenção e documentação de aplicativos computacionais para internet realizado no Curso Técnico de Informática no SENAC em setembro-outubro de 2024.
aprendendo learning php project
Last synced: 17 Oct 2024
https://github.com/fmind/cookiecutter-typescript
Template to generate a TypeScript project for NodeJS
cookiecutter nodejs project template typescript
Last synced: 06 Nov 2024
https://github.com/fmind/cookiecutter-racket
Template to generate a Racket project
cookiecutter project racket raco template
Last synced: 06 Nov 2024
https://github.com/fmind/cookiecutter-haskell
Template to generate a Haskell project
cookiecutter haskell project stack template
Last synced: 06 Nov 2024
https://github.com/fmind/cookiecutter-clojure
Template to generate a Clojure projet
clojure cookiecutter leiningen project template
Last synced: 06 Nov 2024
https://github.com/dannywillems/project-list
List of projects ideas : do what you want with it.
Last synced: 12 Oct 2024
https://github.com/jimmy-zhening-luo/tsc
Repo/project template for TypeScript (+Svelte) projects.
eslint nodejs package-json project repository svelte sveltekit template tsconfig typescript
Last synced: 11 Oct 2024
https://github.com/shubhamsoni98/analysis-with-sql
This project focuses on creating and managing a database for a music record company to perform various analyses on bands, albums, and songs. Using SQL, the goal is to create a structured relational database with relevant tables, insert necessary data, and perform queries that provide insights into the relationships between bands, albums, and songs.
analys analysis data data-science database dbms mysql mysqlworkbench project query schema sql
Last synced: 13 Oct 2024
https://github.com/dipak-kumawat/todolist
create a mern stack app where user can add delete and update there task in app
backend database express frontend fullstack list mern-stack mongodb mongodb-atlas nodejs project react todo todolist
Last synced: 11 Oct 2024
https://github.com/androidbeingx/flask_project
A class project. Code applying the knowlage of flask, sqlite and python.
crud database flask project python sqlalchemy sqlite3
Last synced: 10 Oct 2024
https://github.com/aksrug/50-grupe-mallik
Small project where I am learning HTML and CSS
Last synced: 11 Oct 2024
https://github.com/bblu9/lawwise-dictionary-app
LawWise Law Dictionary Flutter App Project
demo flutter flutter-app flutter-ui project
Last synced: 11 Oct 2024
https://github.com/nigaraylaozcanan/akakce
This repository contains automated tests written in Selenium WebDriver for testing the functionality of the Akakce.com website.
automation-testing java project selenium-webdriver software software-testing teamwork-projects
Last synced: 11 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: 11 Oct 2024
https://github.com/nirmalnishant645/nirmalnishant645.github.io
Personal Website
cv nirmalnishant645 personal-website portfolio portfolio-page portfolio-site portfolio-website programming project projects python python3 resume resume-website
Last synced: 11 Oct 2024
https://github.com/simonespa/apprenticeship-project-assessment
Contains the report and presentation of the work-based project I built during my L7 AI and Data Science apprenticeship.
ai apprenticeship artificial-intelligence data-science machine-learning ml presentation project report
Last synced: 06 Nov 2024
https://github.com/itsvinayak/todo-react
a react todo list
geeksforgeeks iert iertcodingclub project react-components react-js reactjs todoapp
Last synced: 11 Oct 2024
https://github.com/itsvinayak/docker
docker basics
devops devops-tools django docker docker-image docker-machine know knowledge learning learning-by-doing project virtual-machine web-application
Last synced: 11 Oct 2024
https://github.com/prashimpy/gyan-e
Gyan-e is an easily accessible platform designed to clear the doubt of people around the world . Here, we encourage to share the doubts and ideas of every individual for their advancement.
django-application project srcn
Last synced: 11 Oct 2024
https://github.com/jagfx/sfshopv2
SfShop est une application web d’e-Commerce. Il a pour but d'approfondire l'utilisation Symfony 2. Sont maîtrisé dans cette application le Routing, les Templates Twig, l’ORM Doctrine, les Contrôleurs, les Formulaires , la Validation de formulaire, les Services et la gestion utilisateur avec le bundle FSOUser. Est exploré dans ce projet les Translaion en plusieurs langues. Ce projet utilise Yaml pour les entitées Il m’a été très instructif. J’ai pris un grand plaisir à le développer et apprécie toute la puissance qu’offre Synfony.
fosuserbundle learning project symfony2
Last synced: 29 Sep 2024
https://github.com/an4pdm/projeto-logico-de-bd-para-oficina
Criação de projeto lógico de banco de dados utilizando o MySQL Workbench.
banco-de-dados databases mysql project queries sql
Last synced: 31 Oct 2024
https://github.com/kritika30032002/dice-challenge
This is a dice game project. Two players can play at a time to win , loose or draw the game between them.
basic-project css html javascript project projects webdevelopment
Last synced: 11 Oct 2024
https://github.com/kritika30032002/registration-form
This is a Registration Form whose data display in same page.
css html javascript project registration-form webdevelopment
Last synced: 11 Oct 2024
https://github.com/jawwad-fida/data-science-salary-estimator
A tool that estimates data science salaries (MAE ~ $ 11K) to help data scientists negotiate their income when they get a job.
data-science machine-learning project scikit-learn
Last synced: 11 Oct 2024
https://github.com/vatshayan/b.tech-project-cancer-predication-system
Cancer Prediction System Project Developed through a Machine learning approach.
btech btechfinalyear cancer collegeproject csv data data-science data-structures datas datasets final-project finalyear india machinelearning project python python-3
Last synced: 11 Oct 2024
https://github.com/aniket965/request-header-parser-microservice
api for getting client details
Last synced: 11 Oct 2024