• Stars
    star
    1
  • Language
    JavaScript
  • License
    MIT License
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Building the backend of a course website. To learn auth and advanced nodejs.

More Repositories

1

Devyan

Building a Python Dev Team. Experimental Project to orchestrate a team of agents to solve programming tasks.
Python
146
star
2

ZenScript

Sometimes you should reinvent the wheel. Zenscript is a dynamically typed interpreted language written in python.
Python
6
star
3

leetArena

LeetArena is a platform where users can create custom rooms, select LeetCode questions, and compete with their friends. Basically adding multiplayer feature to Leetcode
JavaScript
6
star
4

HTTPserver

Very simple, basic http server in golang. This is part of trying to learn and get comfortable with go and networks
Go
5
star
5

AITwitterBot

A fun little twitter bot
Python
4
star
6

LittleOS

Writing my own x86 Operating System which is a single tasking, interrupt driven OS.
Assembly
4
star
7

Rusty-ZenScript

Rewriting ZenScript in Rust. Trying to build a simple lexer, parser and an interpreter using rust from scratch.
Rust
4
star
8

DocGPTBuilder

Convert your documentation repo to LLM readable file
Python
3
star
9

Maver-inGENIUS

Maver web application project for inGENIUS hackathon.
HTML
3
star
10

ImagesScrape

A scrapper which scrapes images from google based on a particular topic and downloads it.
Python
3
star
11

TopDown2D

2D TopDown Game Engine written in javascript
JavaScript
3
star
12

leetAPI

Simple Leetcode api to fetch user details. Published as a nodejs package.
JavaScript
3
star
13

Virago

A portal/community for women who want to learn finance
JavaScript
3
star
14

DigitalGarden

Building my personal digital garden in reactjs and tailwindcss
JavaScript
2
star
15

chatRooms

Learning socket.io by building rooms. Create a custom room, add your friends yay!
JavaScript
2
star
16

BodyFat-Predictor

A website to predict your body fat percentage
Python
2
star
17

jungleGPT

Pokedex for real life animals. User describes an animal he wants to know more about, and the app displays an image and a small description.
JavaScript
2
star
18

ChatGPT-Web-Clone

Interface similar to chatgpt
JavaScript
2
star
19

gptBOT

A Streamlit app that uses a large language model. This is built for the Streamlit Student Ambassador challenge.
Python
2
star
20

Full-Stack-AI-App-boilerplate

Basic setup for a full stack application which uses OpenAI API. The frontend is very very ugly, This is a reference for developing further applications.
JavaScript
2
star
21

Blog-Backend

JavaScript
2
star
22

Earthquake-Prediction-Model

An ml model to predict magnitude of earthquake.
Python
2
star
23

leetcode-clone-frontend

JavaScript
2
star
24

Anime-Recommendation-System

A web app built with the help of Streamlit and using the Kaggle dataset to build a simple anime recommendation system.
Jupyter Notebook
2
star
25

DKVDatastore

A minimal distributed key-value database written in golang. Uses Raft consensus algorithm
Go
2
star
26

Go-Learn

all the code while trying to learn golang
Go
1
star
27

fcc-url-shortener-microservice

URL Shortner Microservice built using node and express
JavaScript
1
star
28

ToDoList-Backend

Backend written in node js. Database - a json file for now.
JavaScript
1
star
29

PortScanner

Simple port scanners I built while learning Computer Networks course
Go
1
star
30

Malware-For-Fun

This repository is to showcase all the malware I will be writing as a part of course or maybe just of fun. This is an educational project, only meant for learning.
Python
1
star
31

ActionRPG-Pygame

Trying to build my dream action rpg game like Zelda. This time using python
Python
1
star
32

Personal-Website

Terminal themes personal portfolio website
HTML
1
star
33

Titanic-Survival-Prediction

Exploring the 'Titanic - Machine Learning from Disaster' dataset as a beginner and turning it into a webapp
Jupyter Notebook
1
star
34

theyashwanthsai.github.io

1
star
35

rust-learn

A repo where I share the things I learn as a part of my learning journey
Rust
1
star
36

raycasting-3d-engine

3D raycasting engine similar to Doom/Wolfenstein made using python and pygame
Python
1
star
37

Wordle-Rust

Wordle clone in rust
Rust
1
star
38

CR7-Analysis

Exploring the Cristiano Ronaldo dataset from Kaggle and building a website using streamlit
Python
1
star
39

fcc-file-metadata

This is a file saving microservice that uses Multer under the hood to process the files that are being uploaded.
HTML
1
star
40

Flight-Fare-Prediction

Predicting the fare of flight tickets using ML, and building a streamlit webapp to implement it.
Python
1
star
41

Pascal-Interpreter

Building an Interpreter for Pascal language using python. Trying to implement this from scratch without using any libraries or dependencies.
Python
1
star
42

TinyReact

Tiny React is a lightweight clone of the popular JavaScript library, React. This project aims to provide a simplified yet educational implementation of React's core concepts, focusing on the key aspects of JSX processing, rendering, efficient patching, and component lifecycle.
JavaScript
1
star
43

TinyExpress

TinyExpress is a lightweight and simplified clone of the popular Node.js web application framework, Express.js. This repository provides a fundamental implementation of key Express features, making it an excellent resource for learning and experimentation.
JavaScript
1
star
44

LinkedOptimize

A tool to help create meaningful quality connections on linkedin based on user's interests. Built as a part of a college course.
Python
1
star
45

Crypto-NFT-infoBot

Discord bot which gives information regarding top cryptocurrencies and nfts.
Python
1
star
46

IOT-Projects

All the iot projects we made as a part of a hands-on workshop conducted by my college in 3rd semester.
C++
1
star
47

My-NeoVim-Config-Files

Lua
1
star
48

Minecraft-Clone-UrsinaEngine

Minecraft Clone made in python using the ursine game engine
Python
1
star
49

DS-Lab-in-C

C
1
star
50

Workout-Tracker-Backend

Exercise Tracker microservice built with Javascript, Node.JS, Express, mongoDB, mongoose.
JavaScript
1
star
51

Advent-Of-Code

Coding vs ESA
C++
1
star
52

ToDo-React

JavaScript
1
star
53

picoGym-CTFs-Writeups

Wrtieups for various CTFs I have solved
Python
1
star
54

Detect-Credit-Card-Fraud

This time we're tackling the problem of credit card fraud: when a bad actor uses someone else's credit card information to make a purchase without their permission.
Jupyter Notebook
1
star
55

Personal-webiste-WebDev-Bootcamp

The code files for the web dev bootcamp by Angela Yu.
HTML
1
star
56

codetotodo_frontend

Create you github comments and commits to trello cards. Manage, Document your codebase. Built using composio as part of their takehome assignment.
JavaScript
1
star
57

fcc-request-header-parser-microservice

Request Header Parser Microservice
JavaScript
1
star
58

Auth-Setup-Flask

User authentication setup in flask
Python
1
star
59

Backend-Learn

This repository contains all the basic code I write, all the notes I make while learning backend development.
JavaScript
1
star
60

Dodge-the-Creeps

GDScript
1
star
61

Java-hackerrank-solutions

All the problems for the questions given in hackerrank for java.
Java
1
star
62

BoilerplatePlugin

Basic boilerplate for creating neovim plugin.
Lua
1
star
63

First-Person-Shooter

The project is a simple first-person shooter game built using the Ursina game engine and Python programming language.
Python
1
star
64

ToyChessEngine

Teaching an AI to play chess for fun... and to learn more about chess programming :)
Jupyter Notebook
1
star
65

fcc-Timestamp-Microservice

An API service that handles dates, and return the correct unix timestamp, UTC string or simply returns the current unix timestamp and UTC timestamp.
JavaScript
1
star
66

Snake-Game

Here is my implementation of the Snake game in JS. This is part of my journey to learn JS by making games.
JavaScript
1
star
67

Theft-Detection_System

A project made using Arduino, UltraSonic sensor, PIR sensor which detects any movement within a specific range from the sensor and lights up the LED.
C++
1
star
68

VestaireScrape

Web scrapping an e commerce website. Trying to automate drop shipping process
Python
1
star
69

Blog-Backend-Go

Building a simple backend for a blog website in golang
Go
1
star
70

ComposioCodeTrello

Backend for codetotodo.vercel.app
Python
1
star