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/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: 23 Dec 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: 23 Dec 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: 23 Dec 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.

game project python python-3 python3 secretcode

Last synced: 23 Dec 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: 23 Dec 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: 23 Dec 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: 23 Dec 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: 23 Dec 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: 23 Dec 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: 23 Dec 2024

https://github.com/eduardoprofe666/cujae13-proyecto

🏋 Proyecto de 3er semestre de ED de Ingeniería Informática sobre un sistema para la administración de los Juegos Deportivos "13 de Marzo"

13-de-marzo 2nd-year 2nd-year-project 3rd-semester cujae13 ed java-lang java-project juegos-deportivos project school-project sport-games

Last synced: 19 Jan 2025

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: 22 Dec 2024

https://github.com/hemant069/allbirds

all birds project

allbirds project

Last synced: 01 Jan 2025

https://github.com/gendloop/notations

简谱

private project

Last synced: 22 Dec 2024

https://github.com/eduardoprofe666/proyecto-dpoo

🏥 Proyecto de 2do Semestre de DPOO de Ingeniería Informática sobre un sistema para la administración de un Consultorio Médico de la Familia

1st-year 1st-year-project 2nd-semester 2nd-year-project cmf consultorio-medico dpoo java-lang java-program java-project java-swing project school-project

Last synced: 19 Jan 2025

https://github.com/limafresh/swan-on-skate

Гра про Лебедя, створена в PenguinMod, де треба їздити на скейті та збирати монети

game penguinmod pmp project project-repository skate skateboard skateboarding skateboards swan

Last synced: 10 Jan 2025

https://github.com/bell-kevin/sdev1041sqlfinalproject

What is the store’s average days for a customer to pay based on the return date of the film and the payment date. What is the customer’s average? Show a list of customer names, store id, customer’s average day to pay, and store’s average day to pay. Filter the results by customers that have an average days out greater than the stores average. Order the results by the customer ID. (Hint: stores have inventory, inventory have rentals, and rentals have payments.) Please add the function NOW() and give it a column name of your first name and last name separated by a underscore (this should be the first output column).

1041 datc davistech final project query sql

Last synced: 23 Jan 2025

https://github.com/imsushant12/stone-paper-scissor

It is a small project related to C-Language in which I have coded the famous stone-paper-scissor game that I think everyone has played in their childhood.

clanguage programming-language project

Last synced: 23 Jan 2025

https://github.com/mathcale/silex-base-project

A simple Silex base project with routing, twig templates, database connection and some other cool stuff

php project silex template twig

Last synced: 08 Feb 2025

https://github.com/danielsitek/php-random-avatar

A simple service which delivers a random avatar image as the response for GET request. It's a small personal project, built just for fun, learning and experimenting with PHP.

composer php5 project restful

Last synced: 19 Jan 2025

https://github.com/fmind/cookiecutter-typescript

Template to generate a TypeScript project for NodeJS

cookiecutter nodejs project template typescript

Last synced: 24 Dec 2024

https://github.com/speedie1337/swiki

Simple and suckless inspired wiki. Mirror of https://git.speedie.site/speedie/swiki

documentation lightweight markdown minimal php php8 project suckless wiki

Last synced: 19 Jan 2025

https://github.com/fmind/cookiecutter-racket

Template to generate a Racket project

cookiecutter project racket raco template

Last synced: 24 Dec 2024

https://github.com/fmind/cookiecutter-haskell

Template to generate a Haskell project

cookiecutter haskell project stack template

Last synced: 24 Dec 2024

https://github.com/fmind/cookiecutter-clojure

Template to generate a Clojure projet

clojure cookiecutter leiningen project template

Last synced: 24 Dec 2024

https://github.com/hari7261/devshowcase

DevShowcase 🚀 is a modern, responsive web portfolio 🌐 showcasing my personal projects, built with HTML, CSS, Bootstrap, and JavaScript 💻. With eye-catching animations ✨ and a futuristic UI, it provides an immersive user experience 🎨

bootstrap css devshowcse hari7261 html js project web3forms

Last synced: 10 Jan 2025

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: 30 Jan 2025

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: 22 Dec 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: 24 Dec 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: 22 Dec 2024

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

Basic game backend

homework java project school

Last synced: 17 Jan 2025

https://github.com/rayhanmahardhika/spk-posyandu

spk-posyandu is an experimental expert system that helps in medical cases, especially in coronary heart disease. This expert system asks for several points as input and later processes through calculations with the status of how much risk of having coronary heart disease. The system is built using laravel and PHP.

health-project laravel7 php project

Last synced: 10 Jan 2025

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: 23 Jan 2025

https://github.com/hein-htetsan/connet

laravel Project for CRUD - ConNet

laravel-framework project

Last synced: 19 Jan 2025

https://github.com/nixpulvis/maze_gl

Maze game in OpenGL (Windows)

project

Last synced: 07 Feb 2025

https://github.com/narven/project-bootstrap

Project Bootstrap

bootstrap project typescript

Last synced: 20 Jan 2025

https://github.com/maglovskinenad/cash_register_c

Cash register writen in C

c cash project register

Last synced: 06 Feb 2025

https://github.com/narven/docker-laravel-nginx-mysql-template

Laravel, Nginx, MySQL running on Docker (TEMPLATE) ready to go

docker docker-compose laravel-framework mysql nginx project template

Last synced: 20 Jan 2025

https://github.com/luismayta/terraform-cloudflare

Terraform modules cloudflare

cloudflare peru project terraform

Last synced: 06 Feb 2025

https://github.com/roy7077/internshala-demo-project

ReactJS app homepage project: This repository contains the code for the homepage of an app built using ReactJS. The homepage serves as the landing page for the app, showcasing key features, providing navigation, and offering an intuitive user interface. It utilizes React components, JSX syntax, and modern web development practices.

challenge homepage internshala project react reacthooks reactjs-components task

Last synced: 17 Jan 2025

https://github.com/hamidhosen42/oop-python-programming-and-problem-solving

Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects.

oop project pyhton

Last synced: 31 Dec 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: 01 Jan 2025

https://github.com/stagas/pull-configs

pulls configuration files from a remote location and merges them with local

config dotfiles package project scripts

Last synced: 18 Dec 2024

https://github.com/valdezfomar/vanilla-todo-app

A simple TODO web application using nothing more than HTML, CSS and vanilla Javascript.

css html html-css-javascript javascript project todoapp web website

Last synced: 17 Jan 2025

https://github.com/lucianookdp/gerenciadorlivros

Aplicação Laravel para gerenciar uma lista de livros. Permite adicionar, editar e excluir livros, além de visualizar detalhes como título, autor e ano de publicação. Ideal para quem deseja organizar suas leituras.

book books-management faculdade faculty laravel laravel-framework management php project visual-studio

Last synced: 23 Dec 2024

https://github.com/polatengin/indiana

Create Azure DevOps project items using a json template

azdo azure-devops comments github issues labels nodejs project repo typescript work-items

Last synced: 18 Dec 2024

https://github.com/fabionoth/scanfaa

Dichotomy Function in Numeral Calculus and Applications

inership java math numerical-methods project swing

Last synced: 18 Dec 2024

https://github.com/abhi-aro/work_it_out

Free Code Camp's MERN stack Tutorial project with Personal notes and documentation.

full-stack mern-project mern-stack project

Last synced: 07 Feb 2025

https://github.com/antonashraf/university-projects

Sharing some Projects that I have done during University at AASTMT

algorithms c cpp data-structures game project university

Last synced: 24 Jan 2025

https://github.com/labib2003/inventory_management_website_client

This was an assignment submission for the Programming Hero Web Development Course. This is an inventroy management website where the user can login and view and update the warehouse data of a sports supply store.

assignment-solutions javascript project reactjs webdevelopment

Last synced: 30 Jan 2025

https://github.com/pdby/pdby.github.io

A static website for my Launchpad Project Files and downloads.

css downloads html launchpad markdown music novation project sass scss

Last synced: 19 Dec 2024

https://github.com/kalbhor/cbse-project

A hacky C++ project for my CBSE finals

cbse cpp project

Last synced: 06 Feb 2025

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: 19 Dec 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: 19 Dec 2024

https://github.com/elaaatif/expert-system-movies-series-suggestion

This Prolog project is a movie and series recommendation system that suggests personalized movies or series based on user preferences such as age, mood, preferred director, and streaming platform. The system utilizes a database of movies and series, and it allows users to input their criteria to receive recommendations.

project prolog prolog-implementation recommender-system

Last synced: 24 Dec 2024

https://github.com/mdazlaanzubair/dr-source-api

This is the API for Dr. Source, utilizing LangChain and Google Gemini AI to handle document parsing, vectorization, and question answering.

express gemini-ai langchain nodejs open-source personal-project pinecone project supabase vector-database

Last synced: 07 Feb 2025

https://github.com/xljones/bugsnag-exporter

Export Bugsnag project, error, and event data easily from a command line call which automatically handles pagination, and API backoffs

bash bugsnag cmd csv data error error-capture error-handling error-reporting event export go golang json project zsh

Last synced: 10 Jan 2025

https://github.com/mdazlaanzubair/dr-source

Dr. Source is a React-based web application that simplifies document reading by leveraging AI to provide answers to user queries based on uploaded documents.

antd clerk gemini javascript open-source personal-project project reactjs side-project supabase tailwindcss

Last synced: 19 Dec 2024

https://github.com/abhi-aro/chirp

Chirp Frontend, Chirp is a social media site, where you can connect with people from around the world.

project react react-redux react-router reactjs redux

Last synced: 07 Feb 2025

https://github.com/suryavamsi6/calculator

It contains the code for a simple calculator app. Newer and better versions will be released in time.

android application calculator project simple

Last synced: 07 Feb 2025

https://github.com/shaharashe/scam-reporting-app

A web application for reporting and sharing scam information to enhance community awareness and prevention.

full-stack html java project scam-report spring thymeleaf web website

Last synced: 19 Dec 2024

https://github.com/apollosoftwarexyz/create-cinnamon-project

Tool to create a Cinnamon project from a template

apollo-software-limited cinnamon create project tool

Last synced: 23 Dec 2024

https://github.com/germandcont/sql-querys_azuredataset

SQL Project using Microsoft Azure AdventureWorksLt DATA BASE

azure microsoft project sql

Last synced: 19 Dec 2024

https://github.com/therealfredp3d/george_was_right

AI agents, powered by CrewAI, to analyze recent world events through the lens of themes from George Orwell's *1984*.

1984 agents ai cohere crewai gemini groq litellm llm ollama openai orwell project

Last synced: 24 Jan 2025

https://github.com/nisanth2004/springboot-crash-demo-basics

All the basic CRUD operation in Springboot with simple and concise coding

8080 controller crud idea intellij java localhost mvc mysql operations project server spring springboot

Last synced: 03 Feb 2025

https://github.com/omkarkadam-dev/trimaway

#20Project (Background-Remover)

background-remover css3 frontend html5 javascript project

Last synced: 30 Jan 2025

https://github.com/hbb-polinema/project-template-premiere-pro-cs6

Project Template untuk Adobe Premiere Pro CS6 (Recomended Settings)

adobe cs6 premiere pro project template

Last synced: 10 Jan 2025

https://github.com/thezeeshann/discord-clone

A small practice project to get familiar with using Tailwind Css

css3 html5 project tailwindcss

Last synced: 10 Jan 2025

https://github.com/thezeeshann/omnifood

Omnifood is an AI-powered food subscription that will make you eat healthy again, 365 days per year.

css3 html5 javascript project

Last synced: 10 Jan 2025

https://github.com/thezeeshann/schoolmanagementsystem

The School Management System is a web application developed using Django, a Python web framework. The system allows schools to manage their academic and administrative activities efficiently.

bootstrap css3 django html5 project python

Last synced: 10 Jan 2025

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: 24 Dec 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: 24 Dec 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: 24 Dec 2024

https://github.com/fwzmhmd/clock

Rotatating clock written in JavaScript

30daychallenge challenge css html javascript project

Last synced: 01 Feb 2025

https://github.com/softcodenet/order-food

This is a beginner level GO project using which you can order food in a restaurant.

beginner-project golang golang-project project

Last synced: 04 Feb 2025

https://github.com/gab-i-alves/notepad

A simple notepad clone, made with Java

clone java notepad project

Last synced: 25 Dec 2024

https://github.com/gab-i-alves/task-tracker-cli

Task tracker is a project used to track and manage your tasks. All requirements and constraints as well as the idea where from roadmap.sh

cli project pyhton task-manager

Last synced: 25 Dec 2024

https://github.com/jhoan5/flask_template

Pequeño proyecto rápido

database flask learning project sqlite template

Last synced: 25 Dec 2024