From c1f3a6642929a8d09b8253fa5e01a82a4f9b4050 Mon Sep 17 00:00:00 2001 From: tanmay-sketch Date: Fri, 21 Jul 2023 11:48:38 +0530 Subject: [PATCH] Added Pointer Visualizer project idea --- data/ideas.json | 534 +++++++++++++++--------------- data/projects.json | 790 +++++++++++++++++++++++---------------------- 2 files changed, 670 insertions(+), 654 deletions(-) diff --git a/data/ideas.json b/data/ideas.json index 26a0ebc..7817fbe 100644 --- a/data/ideas.json +++ b/data/ideas.json @@ -1,266 +1,272 @@ [ - { - "title": "File Protection System", - "description": "This is a small File Protection System Made using only Java.", - "level": "intermediate", - "tags": "file-protection-system, security" - }, - { - "title": "Todo List", - "description": "It's a todo list.", - "level": "basic", - "tags": "to-do" - }, - { - "title": "Snake", - "description": "If you had a cellphone in the early 2000s, you’ve probably played Snake. It’s a simple game but you can always try to make things more complex! First, start by just trying to make the game.", - "level": "intermediate", - "tags": "snake, game" - }, - { - "title": "Tetris", - "description": "Create a Tetris game! Sure, it has been done a million times, but it's really interesting to try to make it!", - "level": "intermediate", - "tags": "tetris, game, classic" - }, - { - "title": "Personal Website", - "description": "Make a website for yourself.", - "level": "intermediate", - "tags": "personal-website, web, profile" - }, - { - "title": "Calculator", - "description": "Code up a clone of the windows calculator. It's great practice for GUIs and basic math operation. And if it helps you solve your algebra homework - all the better!", - "level": "basic", - "tags": "calculator" - }, - { - "title": "Feature maps and Filter Visualizer", - "description": "This repository is about the code to extract convolutional-neural-network layers and visualize the filters and feature maps", - "level": "basic", - "tags": "feature-maps-and-filter-visualizer, machine-learning" - }, - { - "title": "Rock, Paper, Scissors", - "description": "Create a rock paper scissors game! Try recreating the classic game, or put your own fun twist on it.", - "level": "basic", - "tags": "rock-paper-scissors, game, classic" - }, - { - "title": "A personal assistant for your system", - "description": " Its fascinating to have a self assistant who can assist you with simple tasks like sending an email with just on your command and greets you too and can help you search for anything on google , can play music, tell the current time, and so on, Right !!", - "level": "basic", - "tags": "personal-assistant" - }, - { - "title": "Currency Converter", - "description": "Create a program that converts currencies using the latest currency exchange rates.", - "level": "basic", - "tags": "currency-converter, web-based-interface" - }, - { - "title": "Blog", - "description": "Build a blog stating your everyday observations.", - "level": "basic", - "tags": "personal-blog,blog" - }, - { - "title": "BackYard Produce Market", - "description": "Create a web app that can post user backyard produce and then sell it to neighbor.", - "level": "intermediate", - "tags": "online-shop, web-app" - }, - { - "title": "One App Social Media Posting", - "description": "Create a web app that can log in to all user social media platform and create the same post across", - "level": "intermediate", - "tags": "social-media, web-app" - }, - { - "title": "Random Meal Generator", - "description": "Create a web app that can generate random meal on clicking a button. Meals are gotten from TheMealDB Api. Display the meal image, ingredients, category, area, tags, name and video that comes from the api.", - "level": "intermediate", - "tags": "random-meal-generator, web-app, api-request" - }, - { - "title": "Car Comparison Selector", - "description": "Use a car database of as many cars as possible with all their features. Present this on a web page and have the user use filters to discover the car that fits them best. ", - "level": "intermediate", - "tags": "car-comparison-selector, web-app, api-request" - }, - { - "title": "Meeting Recipe", - "description": "Send a list of recipes to your friends and receive the most well rated for a meeting", - "level": "intermediate", - "tags": "meeting-recipe, web-app" - }, - { - "title": "School Management System", - "description": "Implementation of school management system", - "level": "intermediate", - "tags": "school-management, web-app" - }, - { - "title": "Real Estate Property Management System", - "description": "Create a web app that can helps to landlords and property managers for managing the lands and properties", - "level": "intermediate", - "tags": "real-estate-management, web-app" - }, - { - "title": "An Efficient Target Tracking Approach", - "description": "To detect the unusual activity using haar-cascade detection in OpenCV", - "level": "intermediate", - "tags": "an-efficient-target-tracking-approach, machine-learning" - }, - { - "title": "Student Attendance Management System", - "description": "Daily attendance tracking of students", - "level": "intermediate", - "tags": "student-attendance-management-system, web-app" - }, - { - "title": "Live chat application (Slack Clone)", - "description": "You can send people messages which they receive live.", - "level": "intermediate", - "tags": "slack-clone, live-chat-app, web-app" - }, - { - "title": "Telegram Bot ", - "description": "Making a telegram bot helps to increase api management skills", - "level": "basic", - "tags": "telegram-bot, bot" - }, - { - "title": "Open Library", - "description": "A web app, basically an open library that has a lot of books and texts available to users. The books are not necessarily owned by the library, a registered user can share their own book with the library where the book/text is unavailable in the library. To attract users, a feature where users can get rewarded with fungible tokens or any worthy collection where a book is read within a particular time or an esteemed user whose texts/books gets a stars for being the most read. Books in this context can be any kind of book, text or collection", - "level": "intermediate", - "tags": "open-library, web-app" - }, - { - "title": "A Language Translator", - "description": "Just like Shazam, an AI application that translates languages or words on the go to the user desired language", - "level": "intermediate", - "tags": "language-translator, machine-learning, artificial intelligence" - }, - { - "title": "Quote Generator", - "description": "A web app which will generate random quotes to motivate users.", - "level": "basic", - "tags": "quote-generator, web-app, fun" - }, - { - "title": "Learn Bafang Application", - "description": "A web app which will permit people from the Bafang tribe to learn the dialect fluently.", - "level": "basic", - "tags": "learn-bafang-application, education, web-app, tribe-fun" - }, - { - "title": "Alarm Clock", - "description": "A web app that allows people to set an alarm as a reminder to do something", - "level": "basic", - "tags": "alarm-clock, web-app" - }, - { - "title": "File System Organizer", - "description": "A project in nodeJS that will sort files on the basis of their extension into particular category folders. Runs via terminal, asks for the path of the folder you want to organize", - "level": "basic", - "tags": "file-organization, extension-sort, nodeJS" - }, - { - "title": "World Clock", - "description": "A web app where you specify the country or city and it gives you the current time.", - "level": "basic", - "tags": "clock, date, time" - }, - { - "title": "RGB Slider", - "description": "A color-generating web app which contains three sliders for Red, Blue and Green colors respectively. On moving the sliders, the background color of the screen will change dynamically according to the RGB values.", - "level":"basic", - "tags": "rgb-slider, slider, color-generator, dynamic-colors" - }, - { - "title": "Buguide", - "description": "An insect identifier app", - "level": "intermediate", - "tags": "bug, insect, insects, identifier, ai, python, image recognition, machine learning, data" - }, - { - "title": "RoadMap Generator", - "description": "An app or website to generate a possible, safest and most acceptable roadmap for the query user seraches about like full stack developement, software developement etc. and also shows the details of each step to gain success", - "level": "advanced", - "tags": "roadmap, success, process" - }, - { - "title": "Picture Finder", - "description": "A website where we search for any picture that is available on unsplash. we can use unsplash API for this, also we can use axios for fetching the data and a UI library for styling.", - "level": "basic", - "tags": "picture-finder, api" - }, - { - "title": "Clash of Space", - "description": "This is space-craft and alien shooting game where a player can earn points based on how many alien spacecrafts the player can destroy and the player has to protect his/her spaceship from the aliens to save the health level.", - "level": "basic", - "tags": "clash-of-space, game, space-war, alien-shooting, action" - }, - { - "title": "Book App", - "description": "A cataloging web application where users can search for books by title or author using an API.", - "level": "advanced", - "tags": "book-app, search, web-app" - }, - { - "title": "Word Guessing Game", - "description": "A simple word guessing game.", - "level": "intermediate", - "tags": "word-guessing-game" - }, - { - "title": "Dual Use Chemical Tracking System", - "description": "This software is designed for the NCB to track the supply chain of chemicals that can be illicitly used from the manufacturer to the end-user..", - "level": "intermediate", - "tags": "DUCTS, HTML, CSS, JavaScript, MySql, Solidity, Blockchain" - }, - { - "title": "Book Donation App", - "description": "App for share knowledge by donationg books.", - "level": "intermediate", - "tags": "book-donation" - }, - { - "title": "Guess the Number", - "description": "Guess the number between 1 - 20", - "level": "basic", - "tags": "number-guessing" - }, - { - "title": "Major Days in History", - "description": "A web application comprising major days in history including births, deaths, inventions, wars, etc. User can search for days, events or persons using an API.", - "level": "intermediate", - "tags": "major-days-in-history, search" - }, - { - "title": "Barber Shop", - "description": "Barber shop (adaptable) reservations system ", - "level": "intermediate", - "tags": "barber-shop" - }, - { - "title": "Movie Quote Generator", - "description": "A web app that generates random movie quotes", - "level": "intermediate", - "tags": "quote-generator" - }, - { - "title": "Copia Backups", - "description": "Script for creating backups", - "level": "intermediate", - "tags": "copia-backups" - }, - { - "title": "Api GPS System ", - "description": "a web to consume waze api to improve another apps", - "level": "intermediate", - "tags": "Api-GPS" - } + { + "title": "File Protection System", + "description": "This is a small File Protection System Made using only Java.", + "level": "intermediate", + "tags": "file-protection-system, security" + }, + { + "title": "Todo List", + "description": "It's a todo list.", + "level": "basic", + "tags": "to-do" + }, + { + "title": "Snake", + "description": "If you had a cellphone in the early 2000s, you’ve probably played Snake. It’s a simple game but you can always try to make things more complex! First, start by just trying to make the game.", + "level": "intermediate", + "tags": "snake, game" + }, + { + "title": "Tetris", + "description": "Create a Tetris game! Sure, it has been done a million times, but it's really interesting to try to make it!", + "level": "intermediate", + "tags": "tetris, game, classic" + }, + { + "title": "Personal Website", + "description": "Make a website for yourself.", + "level": "intermediate", + "tags": "personal-website, web, profile" + }, + { + "title": "Calculator", + "description": "Code up a clone of the windows calculator. It's great practice for GUIs and basic math operation. And if it helps you solve your algebra homework - all the better!", + "level": "basic", + "tags": "calculator" + }, + { + "title": "Feature maps and Filter Visualizer", + "description": "This repository is about the code to extract convolutional-neural-network layers and visualize the filters and feature maps", + "level": "basic", + "tags": "feature-maps-and-filter-visualizer, machine-learning" + }, + { + "title": "Rock, Paper, Scissors", + "description": "Create a rock paper scissors game! Try recreating the classic game, or put your own fun twist on it.", + "level": "basic", + "tags": "rock-paper-scissors, game, classic" + }, + { + "title": "A personal assistant for your system", + "description": " Its fascinating to have a self assistant who can assist you with simple tasks like sending an email with just on your command and greets you too and can help you search for anything on google , can play music, tell the current time, and so on, Right !!", + "level": "basic", + "tags": "personal-assistant" + }, + { + "title": "Currency Converter", + "description": "Create a program that converts currencies using the latest currency exchange rates.", + "level": "basic", + "tags": "currency-converter, web-based-interface" + }, + { + "title": "Blog", + "description": "Build a blog stating your everyday observations.", + "level": "basic", + "tags": "personal-blog,blog" + }, + { + "title": "BackYard Produce Market", + "description": "Create a web app that can post user backyard produce and then sell it to neighbor.", + "level": "intermediate", + "tags": "online-shop, web-app" + }, + { + "title": "One App Social Media Posting", + "description": "Create a web app that can log in to all user social media platform and create the same post across", + "level": "intermediate", + "tags": "social-media, web-app" + }, + { + "title": "Random Meal Generator", + "description": "Create a web app that can generate random meal on clicking a button. Meals are gotten from TheMealDB Api. Display the meal image, ingredients, category, area, tags, name and video that comes from the api.", + "level": "intermediate", + "tags": "random-meal-generator, web-app, api-request" + }, + { + "title": "Car Comparison Selector", + "description": "Use a car database of as many cars as possible with all their features. Present this on a web page and have the user use filters to discover the car that fits them best. ", + "level": "intermediate", + "tags": "car-comparison-selector, web-app, api-request" + }, + { + "title": "Meeting Recipe", + "description": "Send a list of recipes to your friends and receive the most well rated for a meeting", + "level": "intermediate", + "tags": "meeting-recipe, web-app" + }, + { + "title": "School Management System", + "description": "Implementation of school management system", + "level": "intermediate", + "tags": "school-management, web-app" + }, + { + "title": "Real Estate Property Management System", + "description": "Create a web app that can helps to landlords and property managers for managing the lands and properties", + "level": "intermediate", + "tags": "real-estate-management, web-app" + }, + { + "title": "An Efficient Target Tracking Approach", + "description": "To detect the unusual activity using haar-cascade detection in OpenCV", + "level": "intermediate", + "tags": "an-efficient-target-tracking-approach, machine-learning" + }, + { + "title": "Student Attendance Management System", + "description": "Daily attendance tracking of students", + "level": "intermediate", + "tags": "student-attendance-management-system, web-app" + }, + { + "title": "Live chat application (Slack Clone)", + "description": "You can send people messages which they receive live.", + "level": "intermediate", + "tags": "slack-clone, live-chat-app, web-app" + }, + { + "title": "Telegram Bot ", + "description": "Making a telegram bot helps to increase api management skills", + "level": "basic", + "tags": "telegram-bot, bot" + }, + { + "title": "Open Library", + "description": "A web app, basically an open library that has a lot of books and texts available to users. The books are not necessarily owned by the library, a registered user can share their own book with the library where the book/text is unavailable in the library. To attract users, a feature where users can get rewarded with fungible tokens or any worthy collection where a book is read within a particular time or an esteemed user whose texts/books gets a stars for being the most read. Books in this context can be any kind of book, text or collection", + "level": "intermediate", + "tags": "open-library, web-app" + }, + { + "title": "A Language Translator", + "description": "Just like Shazam, an AI application that translates languages or words on the go to the user desired language", + "level": "intermediate", + "tags": "language-translator, machine-learning, artificial intelligence" + }, + { + "title": "Quote Generator", + "description": "A web app which will generate random quotes to motivate users.", + "level": "basic", + "tags": "quote-generator, web-app, fun" + }, + { + "title": "Learn Bafang Application", + "description": "A web app which will permit people from the Bafang tribe to learn the dialect fluently.", + "level": "basic", + "tags": "learn-bafang-application, education, web-app, tribe-fun" + }, + { + "title": "Alarm Clock", + "description": "A web app that allows people to set an alarm as a reminder to do something", + "level": "basic", + "tags": "alarm-clock, web-app" + }, + { + "title": "File System Organizer", + "description": "A project in nodeJS that will sort files on the basis of their extension into particular category folders. Runs via terminal, asks for the path of the folder you want to organize", + "level": "basic", + "tags": "file-organization, extension-sort, nodeJS" + }, + { + "title": "World Clock", + "description": "A web app where you specify the country or city and it gives you the current time.", + "level": "basic", + "tags": "clock, date, time" + }, + { + "title": "RGB Slider", + "description": "A color-generating web app which contains three sliders for Red, Blue and Green colors respectively. On moving the sliders, the background color of the screen will change dynamically according to the RGB values.", + "level": "basic", + "tags": "rgb-slider, slider, color-generator, dynamic-colors" + }, + { + "title": "Buguide", + "description": "An insect identifier app", + "level": "intermediate", + "tags": "bug, insect, insects, identifier, ai, python, image recognition, machine learning, data" + }, + { + "title": "RoadMap Generator", + "description": "An app or website to generate a possible, safest and most acceptable roadmap for the query user seraches about like full stack developement, software developement etc. and also shows the details of each step to gain success", + "level": "advanced", + "tags": "roadmap, success, process" + }, + { + "title": "Picture Finder", + "description": "A website where we search for any picture that is available on unsplash. we can use unsplash API for this, also we can use axios for fetching the data and a UI library for styling.", + "level": "basic", + "tags": "picture-finder, api" + }, + { + "title": "Clash of Space", + "description": "This is space-craft and alien shooting game where a player can earn points based on how many alien spacecrafts the player can destroy and the player has to protect his/her spaceship from the aliens to save the health level.", + "level": "basic", + "tags": "clash-of-space, game, space-war, alien-shooting, action" + }, + { + "title": "Book App", + "description": "A cataloging web application where users can search for books by title or author using an API.", + "level": "advanced", + "tags": "book-app, search, web-app" + }, + { + "title": "Word Guessing Game", + "description": "A simple word guessing game.", + "level": "intermediate", + "tags": "word-guessing-game" + }, + { + "title": "Dual Use Chemical Tracking System", + "description": "This software is designed for the NCB to track the supply chain of chemicals that can be illicitly used from the manufacturer to the end-user..", + "level": "intermediate", + "tags": "DUCTS, HTML, CSS, JavaScript, MySql, Solidity, Blockchain" + }, + { + "title": "Book Donation App", + "description": "App for share knowledge by donationg books.", + "level": "intermediate", + "tags": "book-donation" + }, + { + "title": "Guess the Number", + "description": "Guess the number between 1 - 20", + "level": "basic", + "tags": "number-guessing" + }, + { + "title": "Major Days in History", + "description": "A web application comprising major days in history including births, deaths, inventions, wars, etc. User can search for days, events or persons using an API.", + "level": "intermediate", + "tags": "major-days-in-history, search" + }, + { + "title": "Barber Shop", + "description": "Barber shop (adaptable) reservations system ", + "level": "intermediate", + "tags": "barber-shop" + }, + { + "title": "Movie Quote Generator", + "description": "A web app that generates random movie quotes", + "level": "intermediate", + "tags": "quote-generator" + }, + { + "title": "Copia Backups", + "description": "Script for creating backups", + "level": "intermediate", + "tags": "copia-backups" + }, + { + "title": "Api GPS System ", + "description": "a web to consume waze api to improve another apps", + "level": "intermediate", + "tags": "Api-GPS" + }, + { + "title": "Pointer Visualizer", + "description": "A website for visualizing pointers", + "level": "intermediate", + "tags": "pointer-viz" + } ] diff --git a/data/projects.json b/data/projects.json index 8767146..16a083f 100644 --- a/data/projects.json +++ b/data/projects.json @@ -1,392 +1,402 @@ [ - { - "name": "File-protection-system", - "display": "File Protection System", - "description": "This is a small File Protection System Made using only Java.", - "author": "AryanP45", - "category": "desktop application", - "level": "intermediate", - "site": "https://github.com/AryanP45/File-protection-system", - "tags": "java, swing, security, file-protection-system" - }, - { - "name": "markdown-dungeon", - "display": "Markdown Dungeon", - "description": "This is an example that how to use Markdown creating a dungeon", - "author": "MakeContributions", - "category": "game", - "level": "basic", - "site": "https://markdown-dungeon.netlify.app/", - "tags": "dungeon, markdown-dungeon, gatsby, reactjs" - }, - { - "name": "Memoy-Card-Game", - "display": "Memoy Card Game", - "description": "This is memory card game built with vanilla javascript.", - "author": "selharem", - "category": "game", - "level": "basic", - "site": "https://github.com/Selharem/Memoy-Card-Game", - "tags": "javascript, css, html" - }, - { - "name": "Hotel-Reservation-System", - "display": "Hotel Reservation System", - "description": "A website for Hotel Reservations using JSP & Servlets", - "author": "TawfikYasser", - "category": "website", - "level": "intermediate", - "site": "", - "tags": "html, css, jsp, servlets, mysql" - }, - { - "name": "eLearning", - "display": "eLearning", - "description": "It's a simple landing page. Made with Bootstrap 5.", - "author": "hasan-naim", - "category": "website", - "level": "basic", - "site": "https://elearning-hasan.netlify.app/", - "tags": "e-learning, html, css, bootstrap" - }, - { - "name": "Paint-with-UG-The-SEP", - "display": "Paint with UG", - "description": "This is a Desktop Application in which you can create shape,fill color,change background etc.", - "author": "UG-SEP", - "category": "desktop application", - "level": "intermediate", - "site": "", - "tags": "c, c++, data-structure" - }, - { - "name": "stickies", - "display": "Stickies", - "description": "Stickies is a TodoList frontend project designed to preview Vue.js and Vuex capabilities. Designed using figma software, Bulma and Buefy.", - "author": "franciscoh017", - "category": "website", - "level": "basic", - "site": "https://franciscoh017.github.io/stickies/", - "tags": "to-do, vuejs, buefy" - }, - { - "name": "UG-Typing-Expert", - "display": "UG Typing Expert", - "description": "This is a desktop application where you can check your typing speed and increase it and you can also play typing games.", - "author": "UG-SEP", - "category": "desktop application", - "level": "intermediate", - "site": "", - "tags": "Typing-Game, C-Projects, c++" - }, - { - "name": "tic-tac-toe", - "display": "Tic Tac Toe", - "description": "This is a two player game where 1 player choose 0 and other X and try to win the match according to some rules", - "author": "UG-SEP", - "category": "game", - "level": "basic", - "site": "", - "tags": "tic-tac-toe, c, game, c++" - }, - { - "name": "CodersArena", - "display": "Coders Arena", - "description": "A (web application) platform to have a coding combat with your friend (30 minutes) with random question from our library and also a platform to create test (MCQ and time based) and also to attend MCQ test.", - "author": "fantasy-08", - "category": "website", - "level": "intermediate", - "site": "https://boringcoder.herokuapp.com/", - "tags": "react-js, node-js, mongo-db" - }, - { - "name": "library_management", - "display": "Library Management", - "description": "This is a desktop console application which is used to make library work easy i.e. issue book, add book, remove book from library etc.", - "author": "UG-SEP", - "category": "desktop application", - "level": "basic", - "site": "", - "tags": "library-management, c-projects, console-application, management-projects" - }, - { - "name": "franciscoh017.github.io", - "display": "franciscoh017 Profile", - "description": "My personal website", - "author": "franciscoh017", - "category": "website", - "level": "basic", - "site": "https://franciscoh017.github.io", - "tags": "personal-website, profile, web" - }, - { - "name": "Visualizing-Filters-and-Feature-Maps-in-Convolutional-Neural-Networks-using-PyTorch", - "display": "Visualize Filters and Feature maps using PyTorch", - "description": "A way to visualize filters and feature maps", - "author": "Ashborn-SM", - "category": "machine learning", - "level": "basic", - "site": "", - "tags": "feature-maps-and-filter-visualizer, machine-learning, python" - }, - { - "name": "TravelYaari-react", - "display": "TravelYaari A traveling website", - "description": "This project is based on how an effective travel website will make us feel. It is based on a traveling website with fully-featured functions that will activate the traveling bug with vibrant imagery. This website contains highlights of some important places along with high-quality photography and allows people to book their dream destination within their budgets. It also includes full customer support, an easy payment system, book as per your time choice, full virtual tour of place through different videos and images.", - "author": "shsarv", - "category": "website", - "level": "intermediate", - "site": "https://travelyaari.herokuapp.com/", - "tags": "react-js, node-js, mongo-db, personal-website,web" - }, - { - "name": "Queue-Visualizer", - "display": "Queue Visualizer", - "description": "Queue Visualizer helps you to understand how queue work.", - "author": "UG-SEP", - "category": "desktop application", - "level": "basic", - "site": "", - "tags": "visualizer-app, c, c++, graphics-project" - }, - { - "name": "Car-Zone", - "display": "Car Zone", - "description": "Car Zone is a desktop app where you have to protect your car from the upcoming enemy car.", - "author": "UG-SEP", - "category": "desktop application", - "level": "basic", - "site": "", - "tags": "car-game, c, c++, graphics-project" - }, - { - "name": "Venessa-My-Personal-Assistant", - "display": "Personal Assitant using Python", - "description": "It will assist you with simple tasks like sending an email with just on your command and greets you too and can help you search for anything on google , can play music, tell the current time, and so on..", - "author": "emily876", - "category": "desktop application", - "level": "basic", - "site": "", - "tags": "python-project, personal-assistant, python-assistant" - }, - { - "name": "exchangerate-javascript-sdk", - "display": "Currency Converter", - "description": "Unofficial JavaScript SDK for Exchange rates API", - "author": "reliut-g", - "category": "website", - "level": "basic", - "site": "https://reliut-g.github.io/exchangerate-javascript-sdk/", - "tags": "currency-converter" - }, - { - "name": "vending-machine", - "display": "Vending machine", - "description": "Vending machine using React & TypeScript. You can also add an EmotionJS library instead of using scss", - "author": "krau5", - "category": "website", - "level": "intermediate", - "site": "", - "tags": "react, typescript, redux-toolkit" - }, - { - "name": "vision-ai", - "display": "Vision", - "description": "Extract text from an image using a trained AI model", - "author": "Angelvicks", - "category": "website", - "level": "intermediate", - "site": "https://github.com/Angelvicks/vision-ai", - "tags": "fast-api, react, artificial-intelligence" - }, - { - "name": "pokemon-world", - "display": "Pokemon Awesome", - "description": "Pokémon Awesome is a simple yet rich-featured Pokémon website that is built in order to allow Pokémon lovers to easily explore Pokémon and do many more things. Anyone can use this site to search for Pokémon by name and filter them by generation and type", - "author": "afiiif", - "category": "website", - "level": "advanced", - "site": "https://pokemon-awesome.vercel.app/", - "tags": "graphql, pokemon, typescript, nextjs, tailwindcss, react-query" - }, - { - "name": "poketalog", - "display": "Poketalog", - "description": "Catalog Pokemon using pokeapi.co", - "author": "shonenxnaifu", - "category": "website", - "level": "intermediate", - "site": "https://poketalog.herokuapp.com/", - "tags": "pokeapi, pokemon, vue, catalog" - }, - { - "name": "libkunci_scraping", - "display": "Web Scraper - Kunci", - "description": "Web scrapper to get all data from lib.kunci.or.id", - "author": "shonenxnaifu", - "category": "website", - "level": "intermediate", - "site": "https://github.com/shonenxnaifu/libkunci_scraping", - "tags": "scrapping, puppeteer, nodejs, express" - }, - { - "name": "sahilpatel09.github.io", - "display": "Dark Themed Personal Portfolio Website with Blog", - "description": "A personal portfolio theme with dark navy blue theme. It has a markdown based blog system with tags, powered by Gridsome and power of GraphQl.", - "author": "sahilpatel09", - "category": "website", - "level": "intermediate", - "site": "https://sahilpatel09.github.io/", - "tags": "vuejs, personal-website, Gridsome, Graphql, markdown, personal-blog" - }, - { - "name": "ip-tracker", - "display": "IP Tracker built with Vuejs", - "description": "A single page app to find the location and other critical information about an IP address.", - "author": "sahilpatel09", - "category": "website", - "level": "intermediate", - "site": "https://brave-mirzakhani-8081ab.netlify.app/", - "tags": "vuejs, pico css, netlify" - }, - { - "name": "hibi-ciento", - "display": "Hibi Ciento", - "description": "A project to built a website in hundred days using front end and backend supports.", - "author": "TenTraicion", - "category": "website", - "level": "intermediate", - "site": "", - "tags": "html, css, javascript, node.js, mongodb" - }, - { - "name": "Score-Keeper", - "display": "Score Keeper", - "description": "Score Keeper is a simple game which I have implemented using HTML, CSS and JavaScript.", - "author": "vedant-z", - "category": "website", - "level": "basic", - "site": "", - "tags": "score-Keeper, HTML, CSS, JAVASCRIPT" - }, - { - "name": "true-crime-api", - "display": "Crime Fiction API", - "description": "An API that provides additional information based on the obsession with a true crime podcast from the mystery-comedy show ... Only Murders in the Building", - "author": "deesclouds", - "category": "website", - "level": "intermediate", - "site": "https://github.com/deesclouds/true-crime-api", - "tags": "api, true-crime, web application, fullstack, full-stack, fiction, tv, show, only, murders, in, building, database, mongodb, node.js, javascript, react, html, css, netlify, markdown, scraping, express, cors" - }, - { - "name": "FNDetectoApp", - "display": "Fake news detection", - "description": "Fake news detection web app which detects real or fake news using the machine learning.", - "author": "d-coder111", - "category": "machine learning", - "level": "basic", - "site": "", - "tags": "python, html, flask, machine-learning, azure-webapp, azure-deployment, github-actions, fake-news-detection" - }, - { - "name": "ecommerce-multi-page", - "display": "E-Commerce Multi Page", - "description": "This project focuses on building an e-commerce site with multiple pages.", - "author": "jalexandertech", - "category": "website", - "level": "intermediate", - "site": "https://ecommerce-multi-page.vercel.app/index.html", - "tags": "e-commerce, html, css, vercel" - }, - { - "name": "clash-of-space", - "display": "Clash of Space", - "description": "This is a space-craft war and alien shooting game", - "author": "Rajspeaks", - "category": "game", - "level": "basic", - "site": "https://rajspeaks.github.io/clash-of-space/", - "tags": "game, html, css, javascript, space, clash-of-space" - }, - { - "name": "Movie-Mania", - "display": "Find Your Favourite Movies", - "description": "A Fully Responsive Beautiful Movie Details Web App Made With React.Js and MovieDB API.", - "author": "MahendraBishnoi29", - "category": "website", - "level": "intermediate", - "site": "https://movie-mania0.netlify.app/", - "tags": "movies, api, react" - }, - { - "name": "DUCTS", - "display": "Dual Use Chemical Tracking System", - "description": "This software is designed for the NCB to track the supply chain of chemicals that can be illicitly used from the manufacturer to the end-user.", - "author": "Atreay Kukanur", - "category": "Website", - "level": "intermediate", - "site": "https://github.com/ATREAY/DUCTS", - "tags": "HTML, CSS, JavaScript, MySql, Solidity, Blockchain" - }, - { - "name": "Word-guessing-game", - "display": "Word Guessing Game", - "description": "A game where you have to guess the words.", - "author": "mukul314", - "category": "website", - "level": "intermediate", - "site": "https://mukul314.github.io/Word-guessing-game/", - "tags": "word-guessing-game, Js, html, css" - }, - { - "name": "Guess-the-Number", - "display": "Guess the number between 1 - 20", - "description": "A game where you have to guess a number between 1 to 20.", - "author": "techtuner", - "category": "website", - "level": "basic", - "site": "https://techtuner.github.io/Guess-the-Number/", - "tags": "number-guessing, JavaScript, html, css" - }, - { - "name": "Gallery", - "display": "Image Gallery", - "description": "A Simple Image Gallery with a Modal feature.", - "author": "ahmedsilat44", - "category": "website", - "level": "basic", - "site": "https://ahmedsilat44.github.io/Gallery/", - "tags": "image-gallery, gallery, Js, html, css" - }, - { - "name": "barber-shop", - "display": "Barber Shop", - "description": "Reservations system made with Vue + Firebase ecosystem (cloud functions, auth, firestore, hosting).", - "author": "ibonkonesa", - "category": "website", - "level": "intermediate", - "site": "https://barber-shop-53333.web.app", - "tags": "vuejs, firebase, html, js, css, barber-shop" - }, - { - "name": "movie-quote-generator", - "display": "Random Movie Quote Genrator", - "description": "A web app that generates random movie quotes.", - "author": "kamiri-charles", - "category": "website", - "level": "intermediate", - "site": "https://kamiri-charles.github.io/movie-quote-generator/", - "tags": "react, quote-generator, html, css, javascript" - }, - { - "name": "copia-backups", - "display": "Copia backups", - "description": "A script for creating backups of multiple folders/files into multiple destinations.", - "author": "lmponcio", - "category": "script", - "level": "intermediate", - "site": "https://github.com/lmponcio/copia-backups", - "tags": "python, copia-backups, scripting" - } + { + "name": "File-protection-system", + "display": "File Protection System", + "description": "This is a small File Protection System Made using only Java.", + "author": "AryanP45", + "category": "desktop application", + "level": "intermediate", + "site": "https://github.com/AryanP45/File-protection-system", + "tags": "java, swing, security, file-protection-system" + }, + { + "name": "markdown-dungeon", + "display": "Markdown Dungeon", + "description": "This is an example that how to use Markdown creating a dungeon", + "author": "MakeContributions", + "category": "game", + "level": "basic", + "site": "https://markdown-dungeon.netlify.app/", + "tags": "dungeon, markdown-dungeon, gatsby, reactjs" + }, + { + "name": "Memoy-Card-Game", + "display": "Memoy Card Game", + "description": "This is memory card game built with vanilla javascript.", + "author": "selharem", + "category": "game", + "level": "basic", + "site": "https://github.com/Selharem/Memoy-Card-Game", + "tags": "javascript, css, html" + }, + { + "name": "Hotel-Reservation-System", + "display": "Hotel Reservation System", + "description": "A website for Hotel Reservations using JSP & Servlets", + "author": "TawfikYasser", + "category": "website", + "level": "intermediate", + "site": "", + "tags": "html, css, jsp, servlets, mysql" + }, + { + "name": "eLearning", + "display": "eLearning", + "description": "It's a simple landing page. Made with Bootstrap 5.", + "author": "hasan-naim", + "category": "website", + "level": "basic", + "site": "https://elearning-hasan.netlify.app/", + "tags": "e-learning, html, css, bootstrap" + }, + { + "name": "Paint-with-UG-The-SEP", + "display": "Paint with UG", + "description": "This is a Desktop Application in which you can create shape,fill color,change background etc.", + "author": "UG-SEP", + "category": "desktop application", + "level": "intermediate", + "site": "", + "tags": "c, c++, data-structure" + }, + { + "name": "stickies", + "display": "Stickies", + "description": "Stickies is a TodoList frontend project designed to preview Vue.js and Vuex capabilities. Designed using figma software, Bulma and Buefy.", + "author": "franciscoh017", + "category": "website", + "level": "basic", + "site": "https://franciscoh017.github.io/stickies/", + "tags": "to-do, vuejs, buefy" + }, + { + "name": "UG-Typing-Expert", + "display": "UG Typing Expert", + "description": "This is a desktop application where you can check your typing speed and increase it and you can also play typing games.", + "author": "UG-SEP", + "category": "desktop application", + "level": "intermediate", + "site": "", + "tags": "Typing-Game, C-Projects, c++" + }, + { + "name": "tic-tac-toe", + "display": "Tic Tac Toe", + "description": "This is a two player game where 1 player choose 0 and other X and try to win the match according to some rules", + "author": "UG-SEP", + "category": "game", + "level": "basic", + "site": "", + "tags": "tic-tac-toe, c, game, c++" + }, + { + "name": "CodersArena", + "display": "Coders Arena", + "description": "A (web application) platform to have a coding combat with your friend (30 minutes) with random question from our library and also a platform to create test (MCQ and time based) and also to attend MCQ test.", + "author": "fantasy-08", + "category": "website", + "level": "intermediate", + "site": "https://boringcoder.herokuapp.com/", + "tags": "react-js, node-js, mongo-db" + }, + { + "name": "library_management", + "display": "Library Management", + "description": "This is a desktop console application which is used to make library work easy i.e. issue book, add book, remove book from library etc.", + "author": "UG-SEP", + "category": "desktop application", + "level": "basic", + "site": "", + "tags": "library-management, c-projects, console-application, management-projects" + }, + { + "name": "franciscoh017.github.io", + "display": "franciscoh017 Profile", + "description": "My personal website", + "author": "franciscoh017", + "category": "website", + "level": "basic", + "site": "https://franciscoh017.github.io", + "tags": "personal-website, profile, web" + }, + { + "name": "Visualizing-Filters-and-Feature-Maps-in-Convolutional-Neural-Networks-using-PyTorch", + "display": "Visualize Filters and Feature maps using PyTorch", + "description": "A way to visualize filters and feature maps", + "author": "Ashborn-SM", + "category": "machine learning", + "level": "basic", + "site": "", + "tags": "feature-maps-and-filter-visualizer, machine-learning, python" + }, + { + "name": "TravelYaari-react", + "display": "TravelYaari A traveling website", + "description": "This project is based on how an effective travel website will make us feel. It is based on a traveling website with fully-featured functions that will activate the traveling bug with vibrant imagery. This website contains highlights of some important places along with high-quality photography and allows people to book their dream destination within their budgets. It also includes full customer support, an easy payment system, book as per your time choice, full virtual tour of place through different videos and images.", + "author": "shsarv", + "category": "website", + "level": "intermediate", + "site": "https://travelyaari.herokuapp.com/", + "tags": "react-js, node-js, mongo-db, personal-website,web" + }, + { + "name": "Queue-Visualizer", + "display": "Queue Visualizer", + "description": "Queue Visualizer helps you to understand how queue work.", + "author": "UG-SEP", + "category": "desktop application", + "level": "basic", + "site": "", + "tags": "visualizer-app, c, c++, graphics-project" + }, + { + "name": "Car-Zone", + "display": "Car Zone", + "description": "Car Zone is a desktop app where you have to protect your car from the upcoming enemy car.", + "author": "UG-SEP", + "category": "desktop application", + "level": "basic", + "site": "", + "tags": "car-game, c, c++, graphics-project" + }, + { + "name": "Venessa-My-Personal-Assistant", + "display": "Personal Assitant using Python", + "description": "It will assist you with simple tasks like sending an email with just on your command and greets you too and can help you search for anything on google , can play music, tell the current time, and so on..", + "author": "emily876", + "category": "desktop application", + "level": "basic", + "site": "", + "tags": "python-project, personal-assistant, python-assistant" + }, + { + "name": "exchangerate-javascript-sdk", + "display": "Currency Converter", + "description": "Unofficial JavaScript SDK for Exchange rates API", + "author": "reliut-g", + "category": "website", + "level": "basic", + "site": "https://reliut-g.github.io/exchangerate-javascript-sdk/", + "tags": "currency-converter" + }, + { + "name": "vending-machine", + "display": "Vending machine", + "description": "Vending machine using React & TypeScript. You can also add an EmotionJS library instead of using scss", + "author": "krau5", + "category": "website", + "level": "intermediate", + "site": "", + "tags": "react, typescript, redux-toolkit" + }, + { + "name": "vision-ai", + "display": "Vision", + "description": "Extract text from an image using a trained AI model", + "author": "Angelvicks", + "category": "website", + "level": "intermediate", + "site": "https://github.com/Angelvicks/vision-ai", + "tags": "fast-api, react, artificial-intelligence" + }, + { + "name": "pokemon-world", + "display": "Pokemon Awesome", + "description": "Pokémon Awesome is a simple yet rich-featured Pokémon website that is built in order to allow Pokémon lovers to easily explore Pokémon and do many more things. Anyone can use this site to search for Pokémon by name and filter them by generation and type", + "author": "afiiif", + "category": "website", + "level": "advanced", + "site": "https://pokemon-awesome.vercel.app/", + "tags": "graphql, pokemon, typescript, nextjs, tailwindcss, react-query" + }, + { + "name": "poketalog", + "display": "Poketalog", + "description": "Catalog Pokemon using pokeapi.co", + "author": "shonenxnaifu", + "category": "website", + "level": "intermediate", + "site": "https://poketalog.herokuapp.com/", + "tags": "pokeapi, pokemon, vue, catalog" + }, + { + "name": "libkunci_scraping", + "display": "Web Scraper - Kunci", + "description": "Web scrapper to get all data from lib.kunci.or.id", + "author": "shonenxnaifu", + "category": "website", + "level": "intermediate", + "site": "https://github.com/shonenxnaifu/libkunci_scraping", + "tags": "scrapping, puppeteer, nodejs, express" + }, + { + "name": "sahilpatel09.github.io", + "display": "Dark Themed Personal Portfolio Website with Blog", + "description": "A personal portfolio theme with dark navy blue theme. It has a markdown based blog system with tags, powered by Gridsome and power of GraphQl.", + "author": "sahilpatel09", + "category": "website", + "level": "intermediate", + "site": "https://sahilpatel09.github.io/", + "tags": "vuejs, personal-website, Gridsome, Graphql, markdown, personal-blog" + }, + { + "name": "ip-tracker", + "display": "IP Tracker built with Vuejs", + "description": "A single page app to find the location and other critical information about an IP address.", + "author": "sahilpatel09", + "category": "website", + "level": "intermediate", + "site": "https://brave-mirzakhani-8081ab.netlify.app/", + "tags": "vuejs, pico css, netlify" + }, + { + "name": "hibi-ciento", + "display": "Hibi Ciento", + "description": "A project to built a website in hundred days using front end and backend supports.", + "author": "TenTraicion", + "category": "website", + "level": "intermediate", + "site": "", + "tags": "html, css, javascript, node.js, mongodb" + }, + { + "name": "Score-Keeper", + "display": "Score Keeper", + "description": "Score Keeper is a simple game which I have implemented using HTML, CSS and JavaScript.", + "author": "vedant-z", + "category": "website", + "level": "basic", + "site": "", + "tags": "score-Keeper, HTML, CSS, JAVASCRIPT" + }, + { + "name": "true-crime-api", + "display": "Crime Fiction API", + "description": "An API that provides additional information based on the obsession with a true crime podcast from the mystery-comedy show ... Only Murders in the Building", + "author": "deesclouds", + "category": "website", + "level": "intermediate", + "site": "https://github.com/deesclouds/true-crime-api", + "tags": "api, true-crime, web application, fullstack, full-stack, fiction, tv, show, only, murders, in, building, database, mongodb, node.js, javascript, react, html, css, netlify, markdown, scraping, express, cors" + }, + { + "name": "FNDetectoApp", + "display": "Fake news detection", + "description": "Fake news detection web app which detects real or fake news using the machine learning.", + "author": "d-coder111", + "category": "machine learning", + "level": "basic", + "site": "", + "tags": "python, html, flask, machine-learning, azure-webapp, azure-deployment, github-actions, fake-news-detection" + }, + { + "name": "ecommerce-multi-page", + "display": "E-Commerce Multi Page", + "description": "This project focuses on building an e-commerce site with multiple pages.", + "author": "jalexandertech", + "category": "website", + "level": "intermediate", + "site": "https://ecommerce-multi-page.vercel.app/index.html", + "tags": "e-commerce, html, css, vercel" + }, + { + "name": "clash-of-space", + "display": "Clash of Space", + "description": "This is a space-craft war and alien shooting game", + "author": "Rajspeaks", + "category": "game", + "level": "basic", + "site": "https://rajspeaks.github.io/clash-of-space/", + "tags": "game, html, css, javascript, space, clash-of-space" + }, + { + "name": "Movie-Mania", + "display": "Find Your Favourite Movies", + "description": "A Fully Responsive Beautiful Movie Details Web App Made With React.Js and MovieDB API.", + "author": "MahendraBishnoi29", + "category": "website", + "level": "intermediate", + "site": "https://movie-mania0.netlify.app/", + "tags": "movies, api, react" + }, + { + "name": "DUCTS", + "display": "Dual Use Chemical Tracking System", + "description": "This software is designed for the NCB to track the supply chain of chemicals that can be illicitly used from the manufacturer to the end-user.", + "author": "Atreay Kukanur", + "category": "Website", + "level": "intermediate", + "site": "https://github.com/ATREAY/DUCTS", + "tags": "HTML, CSS, JavaScript, MySql, Solidity, Blockchain" + }, + { + "name": "Word-guessing-game", + "display": "Word Guessing Game", + "description": "A game where you have to guess the words.", + "author": "mukul314", + "category": "website", + "level": "intermediate", + "site": "https://mukul314.github.io/Word-guessing-game/", + "tags": "word-guessing-game, Js, html, css" + }, + { + "name": "Guess-the-Number", + "display": "Guess the number between 1 - 20", + "description": "A game where you have to guess a number between 1 to 20.", + "author": "techtuner", + "category": "website", + "level": "basic", + "site": "https://techtuner.github.io/Guess-the-Number/", + "tags": "number-guessing, JavaScript, html, css" + }, + { + "name": "Gallery", + "display": "Image Gallery", + "description": "A Simple Image Gallery with a Modal feature.", + "author": "ahmedsilat44", + "category": "website", + "level": "basic", + "site": "https://ahmedsilat44.github.io/Gallery/", + "tags": "image-gallery, gallery, Js, html, css" + }, + { + "name": "barber-shop", + "display": "Barber Shop", + "description": "Reservations system made with Vue + Firebase ecosystem (cloud functions, auth, firestore, hosting).", + "author": "ibonkonesa", + "category": "website", + "level": "intermediate", + "site": "https://barber-shop-53333.web.app", + "tags": "vuejs, firebase, html, js, css, barber-shop" + }, + { + "name": "movie-quote-generator", + "display": "Random Movie Quote Genrator", + "description": "A web app that generates random movie quotes.", + "author": "kamiri-charles", + "category": "website", + "level": "intermediate", + "site": "https://kamiri-charles.github.io/movie-quote-generator/", + "tags": "react, quote-generator, html, css, javascript" + }, + { + "name": "copia-backups", + "display": "Copia backups", + "description": "A script for creating backups of multiple folders/files into multiple destinations.", + "author": "lmponcio", + "category": "script", + "level": "intermediate", + "site": "https://github.com/lmponcio/copia-backups", + "tags": "python, copia-backups, scripting" + }, + { + "name": "pointer-visualizer", + "display": "Pointer Visualizer", + "description": "A website for visualizing pointers and understanding how they work.", + "author": "tanmay-sketch", + "category": "website", + "level": "intermediate", + "site": "", + "tags": "pointer-viz, c, c++, website" + } ]