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

Projects in Awesome Lists by neuodev

A curated list of projects in awesome lists by neuodev .

https://github.com/neuodev/receptor

Real-time messaging app. Available as a website and as MacOS, Linux, and Windows application.

chatapp javascript postgresql react rust socket-io tauri typescript websockets

Last synced: 19 Apr 2025

https://github.com/neuodev/portfolio

A little bit about me, my skills, my experience, my latest content and how to get in touch!

nextjs portfolio react typescript

Last synced: 19 Apr 2025

https://github.com/neuodev/ecart

A mobile friendly, production ready and fully featured e-commerce website.

javascript mongodb nodejs react typescript

Last synced: 19 Apr 2025

https://github.com/neuodev/mybash

A very minimalistic programming language built with Rust

Last synced: 27 Feb 2026

https://github.com/neuodev/pathfinding-visualizer

Pathfinding visualizer astar Dijkstra's Algorithm and Jump point Search

material-ui pathfinding pathfinding-visualizer react

Last synced: 04 Jan 2026

https://github.com/neuodev/sql

Simple relational database written in Rust.

Last synced: 14 Sep 2025

https://github.com/neuodev/hend

Last synced: 19 Apr 2025

https://github.com/neuodev/connect

A Real-time chat application.

chatapp socket-io

Last synced: 04 May 2026

https://github.com/neuodev/rewrite

You don't have to type it twice!

Last synced: 10 Jul 2025

https://github.com/neuodev/hackernoon

Backend for blog platform. support register, Login, Logout, Confirm Email, Forget Password, Change Password, edit post, get all posts, get all post for user. Built on top Node.js, Express, TypeGraphQL, TypeORM, Redis, Express-Cookies, Nodemailer, PostgresQL

cookies nodemailer postgresql redis sessions typegraphql typeorm typescript validation

Last synced: 05 May 2026

https://github.com/neuodev/jira-ticket

Link GitHub pull requests with its associated Jira task.

Last synced: 05 Mar 2025

https://github.com/neuodev/codeinarabic

This repository is indented to help non-tech young Arab people to get into software both as a hobby and profession

learntocode webdevelopment

Last synced: 09 Mar 2026

https://github.com/neuodev/tube

CLI for downloading YouTube videos

Last synced: 03 Sep 2025

https://github.com/neuodev/neuodev

Last synced: 10 Mar 2026

https://github.com/neuodev/concurrently

Run multiple commands concurrently

Last synced: 21 Apr 2026

https://github.com/neuodev/calc-rs

Calculator to perform basic and nested arithmetic operations on raw expressions.

Last synced: 17 Jul 2025

https://github.com/neuodev/inside-cnn

Visualize filters and feature Maps in Convolutional Neural Networks (CNN)

cnn computer-vision vgg

Last synced: 20 Apr 2026

https://github.com/neuodev/book-shop

Last synced: 02 Mar 2025

https://github.com/neuodev/auto-text-effect

In this Repo. I Built a the Auto text Effect using just html , css , javascipt

Last synced: 02 Mar 2025

https://github.com/neuodev/mdrs

Another Markdown parser made with Rust

Last synced: 04 Jul 2026

https://github.com/neuodev/notion

Last synced: 02 Mar 2025

https://github.com/neuodev/linesofcode

Analyze software projects

Last synced: 02 Mar 2025

https://github.com/neuodev/homepress

Open-source real estate platform. Advanced Search: Help visitors find the right property by letting them set various search criteria such as size and price range. Advantages: Dewing on maps, Gallery Images, powerful filters, Saved Properties and 100% Mobile Ready

css3 mapbox-api mongodb mongoose nodejs react reactjs realestate tailwindcss

Last synced: 11 Apr 2026

https://github.com/neuodev/animated-navigation

build simple navbar using just HTML , CSS , JAVASCRIPT

Last synced: 02 Mar 2025

https://github.com/neuodev/animated-cutdown

Add animated cutdown using HTML, CSS , JavaScript

Last synced: 02 Mar 2025

https://github.com/neuodev/heaps

Build a binary heap from scratch that includes insert(), remove() methods. Also, apply Heapify and getKthLargest

binaryheap binaryheap-array heaps

Last synced: 07 Jul 2026

https://github.com/neuodev/redirect

Last synced: 29 Jul 2025

https://github.com/neuodev/meta-terminal

meta-terminal is a shell that can pass commands to the kernel. You can pass any command you want like cd, ls, git status -s... You can navigate through your commands history.

Last synced: 02 Aug 2025

https://github.com/neuodev/steroids

Last synced: 14 Aug 2025

https://github.com/neuodev/online-db

Fast, unopinionated, minimalist, open source, No-SQL database uses document data model for store and retrieve data.

nosql-database

Last synced: 18 Aug 2025

https://github.com/neuodev/grapes

Simple web server to serve static files written in Rust

Last synced: 22 Apr 2026

https://github.com/neuodev/bookmark

Convert markdown to production ready websites

Last synced: 05 Mar 2025

https://github.com/neuodev/nextjs-events

Project build with Next.js to mange programming events and meetings

Last synced: 24 Jun 2025

https://github.com/neuodev/models

Last synced: 30 Jun 2025

https://github.com/neuodev/undirected-graph

Building a PriorityQueue, Graph and applying the shortest Distance Algorithm (Dijkstra's Algorithm ), Cycle Detection, Minimum Spanning Tree

dijkstra-algorithm graph minimumspanningtree prim-s shortest-path-algorithm spanning-trees tree

Last synced: 27 May 2026

https://github.com/neuodev/linkedlist

Build Linked List. Methods: reverseLinkedList, getKthFromTheEnd, toArray, size, indexOf, contains, deleteLast, deleteFirst, addFirst, addLast

data-structures linked-list reverse-linked-list

Last synced: 27 May 2026

https://github.com/neuodev/natega

Web scarping in rust!

Last synced: 27 May 2026

https://github.com/neuodev/graph

Build a Graph Data Structure using adjacency list. the Graph Includes different Mtheods like add Node, addEdge, Print, DepthFirstTraversal both recursive and iterative using a stack , Breadth First search using a queue , topological sorting and hasCycle

breathfirstsearch depthfirstsearch graph graphs

Last synced: 16 Apr 2026

https://github.com/neuodev/doubly-linked-list

In this project; I implement a Doubly linked list using JavaScript that has the methods: remove(idx), insert(idx, val), set(idx, val), get(idx), unshift(val), shift(), pop(), push(val)

Last synced: 21 May 2026

https://github.com/neuodev/rust-chat

Simple Chat server/client built in rust

Last synced: 05 Mar 2025

https://github.com/neuodev/sorting-visualizer

Program made with React and Material-UI for visualizing sorting algorithms. I built this application because I was fascinated by sorting algorithms, and I wanted to visualize them in action. Features: Prev and next buttons to control the steps, custom array sizes, custom sorting speed. Applying Heap Sort, Insertion Sort, Selection Sort, Quick Sort, Merge Sort, Bubble Sort

Last synced: 11 Jun 2025

https://github.com/neuodev/planets

Last synced: 11 Jul 2026

https://github.com/neuodev/coding-challenges

In this repository I am trying to extend my mental capability and my approach to solve problems

Last synced: 08 Oct 2025

https://github.com/neuodev/io-rdp

Recursive Descent Parser for the IO programming language (JavaScript like)

Last synced: 26 Mar 2025

https://github.com/neuodev/django-blog

Last synced: 20 Apr 2026

https://github.com/neuodev/codescandy

Last synced: 02 Mar 2025

https://github.com/neuodev/typing

Learn to Type Faster, Easier and Better

Last synced: 19 Mar 2026

https://github.com/neuodev/deep_code

The landing page for the Deep Code project

learntocode nextjs

Last synced: 04 May 2026

https://github.com/neuodev/memorable

Rust based CRUD API for managing todos list. Intended as a testing API for people who just started working with JS fetch API

crud-api fetch-api rust

Last synced: 28 Mar 2025

https://github.com/neuodev/super-engine

Testing swaglabs end to end using Cypress.

cypress e2e e2e-testing javascript

Last synced: 28 Mar 2025

https://github.com/neuodev/zkp

Panther Protocol core repository "detached" fork. Independently maintained.

staking zkp

Last synced: 11 Jul 2025

https://github.com/neuodev/lookup

Last synced: 22 Jun 2025

https://github.com/neuodev/avl-trees

In this Repo, I Built an AVL Tree that can balance itself to avoid right or left skewing and to be more efficient. Implementing Right(RR) , Left(LL), Right Left (RL), Left-Right (LR) Rotations

Last synced: 22 Jun 2026

https://github.com/neuodev/poki-api

Last synced: 11 Sep 2025

https://github.com/neuodev/django-docker-postgres

Integrate Django with Docker and PostgreSQL

postgresql

Last synced: 18 May 2026

https://github.com/neuodev/rusthub

A collection of resources to learn rust

Last synced: 02 Mar 2025

https://github.com/neuodev/card

this card is part of my learning process of tailwind; built using HTML, CSS , JS

Last synced: 02 Mar 2025

https://github.com/neuodev/hatchway

Backend API to fetch and display a list of posts.

Last synced: 21 Apr 2026

https://github.com/neuodev/base-rs

Simple tool to convert from a given base into any other base. You can even create your own base

Last synced: 21 Apr 2026

https://github.com/neuodev/topson

Last synced: 21 Apr 2026

https://github.com/neuodev/echo

Echo is a telegram bot that can send hourly updates about the current price of USD/EGP and USD/ASR

Last synced: 22 Apr 2026

https://github.com/neuodev/queues

Build a Queue with methods enqueue(), dequeue(), peek(), isFull(); Also impelement Reverse a Queue , Building a Queue using Stacks and Priority Queue

priority-queue queue-stack queues-ds reverse-queue

Last synced: 05 Jun 2026

https://github.com/neuodev/sorting-algorithms

Applying common sorting algorithms. Includes Bubble Sort, Insertion Sort, Merge Sort, Quick Sort, Selection Sort, and more.

bubblesort insertion-sort mergesort quicksort selection-sort sorting-algorithms

Last synced: 24 Apr 2026

https://github.com/neuodev/imgview

An image viewer

Last synced: 24 Apr 2026

https://github.com/neuodev/task-tracker

Track your progress with TaskTracker. Built as a learning project in Rust, Actix web and MongoDB

Last synced: 06 Jun 2026

https://github.com/neuodev/github-profile

Use GitHub API to search and get users info.

github profile rust

Last synced: 01 May 2026

https://github.com/neuodev/usdt

Last synced: 12 Jul 2026

https://github.com/neuodev/stacks

Apply Stacks using Linked list; include methods like push(), pop(), peek(), isEmpty(); also include the most common application on stacks which is Reversing a staring and Balanced Expressions

balanced-expression reversestring stacks

Last synced: 05 Mar 2025

https://github.com/neuodev/tenv

Generate typescript types for environment variables on the fly

Last synced: 11 Sep 2025

https://github.com/neuodev/ecc

Secp256k1 elliptic curve

Last synced: 26 Mar 2025

https://github.com/neuodev/form-filter

Filter form built on top of bootstrap the backend build on top Django You can filter Journals and beform advanced query

bootstrap django

Last synced: 13 Apr 2026

https://github.com/neuodev/super-redis

Last synced: 06 Oct 2025

https://github.com/neuodev/eigenvector

In this repo I will try to build facial recognition system with just machine learning (eigenvector)!

Last synced: 08 Oct 2025

https://github.com/neuodev/sw

Last synced: 26 Mar 2025

https://github.com/neuodev/pokemon-indexer

A simple Rust program to download all of the 15,000 pokemon images on pkmncards.

pokemon pokemon-api rust tokio

Last synced: 18 Jul 2026

https://github.com/neuodev/youtube-snapshot

Take a snapshot of YouTube videos at any moment with a click of a button

Last synced: 18 Jul 2026

https://github.com/neuodev/gol

Browser based game built with Rust and WASM

Last synced: 15 Apr 2026

https://github.com/neuodev/intojson

Convert TOML files into JSON

Last synced: 01 Jun 2026

https://github.com/neuodev/hash-tables

Building a Hash Table that includes variant methods ( put() , get(), remove() ); Applied using ARRAY of LINKEDLIST and HASH function

Last synced: 03 Jul 2026

https://github.com/neuodev/cifar10-on-cloud

Tranning CNN on CIFAR10 dataset on the cloud using python script

Last synced: 15 Apr 2026

https://github.com/neuodev/trees

In this Repo. I created a Tree class From scratch that has different methods: insert(), find(), traversePreOrder(), traversePostOrder(), traverseInorder, BreathFirstSearch(), hieght(), getMin(), equals(), isBindarySearchTree(), printKthNodeAtDistance() [ print kth node at distance ], isLeaf()

Last synced: 16 Apr 2026