• Stars
    star
    2
  • Language
    JavaScript
  • Created about 3 years ago
  • Updated about 3 years ago

Reviews

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

Repository Details

In an attempt to learn one of the most popular web frameworks - React, I've built a simple to-do list application that uses some of the core react features - reusable components, props, usestates, use effects, and storing data to local storage.

More Repositories

1

Wordle-Python

A simple low-key clone of the popular game WORDLE made with python and a 2D Graphics module Pygame
Python
7
star
2

Pathfinding-Visualizer

Implemented Dijkstra’s and A* Search Algorithm in Python to find the shortest route between two cells in a grid and visualized their workflow using a 2D graphics module called Pygame
Python
7
star
3

Chess-Game

Built a fully functioning chess game in python using the module Pygame. The game supports most of the major functionalities of a chess game including castling, pawn promotion, checkmates, and stalemates.
Python
6
star
4

bracu-cgpa-calculator

A CGPA calculator made for Brac University students!
JavaScript
5
star
5

CSE221-Algorithms-Fall-21

Jupyter Notebook
4
star
6

Flappy-Bird

My version of FLAPPY BIRD made with Pygame
Python
3
star
7

TIC-TAC-TOE-AI-with-Minimax-Algorithm

Created a Tic-Tac-Toe game in Python and implemented a decision-based search algorithm called MINIMAX to make it unbeatable
Python
3
star
8

Algorithm-Design-and-Analysis

Implemented fundamental Data Structures and Algorithms mostly in Java and Python and posted solutions to 100+ Leetcode Problems
Java
3
star
9

todolist-app

JavaScript
2
star
10

Snake-AI-using-A-Star-Pathfinding

Python
2
star
11

LightOJ-Solutions

C++
2
star
12

CSE220-Data-Structures

Java
2
star
13

Hangman

Created a terminal based hangman game in Python
Python
2
star
14

Sudoku-Solver-Visualizer

Created a Sudoku game in python and implemented a backtracking algorithm to solve the game and made a visualization of its workflow using Pygame
Python
2
star
15

Space-Shooting-Game-Double-Player

Created a 2 player Space-Shooting game from scratch using Python and Pygame
Python
2
star
16

Sorting-Visualizer

Implemented famous sorting algorithms such as Bubble Sort, Selection Sort, Insertion Sort, and Merge Sort in Python and visualized their workflow using Pygame
Python
2
star
17

Tic-Tac-Toe-using-Pygame-Multiplayer-

Python
1
star
18

Algoexpert-Solutions

Python
1
star
19

Space-Shooting-Game-AI

Python
1
star
20

Hate-Speech-and-Offensive-Language-Detection-From-Twitter-Dataset

Jupyter Notebook
1
star
21

CSES-Problem-Set-Solutions

Solutions of all the problems I solved from the CSES Problem set.
C++
1
star
22

Sudoku-Solver-using-Backtracking

Implemented a Backtracking Algorithm in Java that finds the solution to a valid Sudoku Board
Java
1
star
23

FIND-YOUR-BRACU-MATES-CSE370-PROJECT-SPRING-2022

A group project built for our Database Systems course
PHP
1
star
24

showmickkar.github.io

HTML
1
star
25

Simple-Tic-Tac-Toe-Game

A very simple Tic-Tac-Toe game using C++
C++
1
star
26

Snake-Game

A snake game made with python and Pygame.
Python
1
star
27

TEAM-3ERROR404

JavaScript
1
star
28

react-hangman

Built a hangman game in javascript using the library React. In this project, I used some of the core features of React such as Components, Props, Hooks, UseState, and UseEffect
JavaScript
1
star