• Stars
    star
    1
  • Language
    JavaScript
  • Created almost 4 years ago
  • Updated almost 4 years ago

Reviews

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

Repository Details

First React JS app to add and search friends from a list

More Repositories

1

MERN-eCommerce

eCommerce web app using Mongo DB. Express, React and Node
JavaScript
2
star
2

Linux-Cpp-Project-Setup

This repository consists of a comprehensive folder structure with the source-code/scripts for inter-process communication, Doxygen source-code documentation, Catch2 Unit Testing, Gcov/Lcov Code-Coverage Analysis and, multi-level Makefiles. This project is intended for setting up C/C++ projects on Linux.
Python
2
star
3

Page-Replacement-Algorithms

This project evaluates how applications respond to a variety of page replacement algorithms. A memory simulator is built to evaluate memory performance using traces from real or simulated applications. Code written for FIFO, LRU, LFU, MFU, and Optimal page replacement.
C++
2
star
4

Computer-System-Design

Finite State Machine on Anvyl Spartan-6 FPGA: The purpose of this project is to learn and practice synthesizable FSM construction to be tested on a FPGA board in Verilog. Design an FSM for use as a controller for a vending machine. The system has five (5) inputs: quarter, nickel, dime, soda, and diet. Further details in the project description.
Verilog
2
star
5

eCommerceBuilder

E-Commerce Builder Website
JavaScript
1
star
6

DSA_Implementations

Data structures and algorithms implementation in C++ for technical interview
HTML
1
star
7

Portfolio-Website

My portfolio website using HTML,CSS, JavaScript
HTML
1
star
8

Tech-News-Reader

Android app that provides latest Hacker News tech articles (Java, SQLite, Web API)
Java
1
star
9

PseudoGen

Pseudocode Generator Android App
Java
1
star
10

authentication-firebase

React based auth using firebase
JavaScript
1
star
11

maharshi66

Readme file for Github Profile
1
star
12

Face-Recognition-Backend

Backend for the face recognition app using Node.js, Express.js and PostgreSQL
JavaScript
1
star
13

FPGA-Design_1

VHDL project to build a count-down timer with preset time using the seven-segment display. Basys-3 FPGA board has been used to test and verify correctness. Further details in project description.
VHDL
1
star
14

React-Tic-Tac-Toe

React Based Tic Tac Toe Game
JavaScript
1
star
15

OS_Project3

The purpose is to learn how to use semaphores to protect a limited size resource. A circular buffer with 15 positions (each position stores 1 character) is to be used to communicate information between two threads (producer and consumer).
C
1
star
16

FPGA-Design_2

VHDL project for designing a simple digital lock to provide an approach for identity authentication. This lock operates in three modes: programming, normal and locked. Basys-3 FPGA board used to test and verify correctness of the FSM built for the digital lock. Further details in the project description.
VHDL
1
star
17

FPGA_MatOp

Implementing and testing matrix multiplication/addition algorithms on FPGA boards. – Input matrices are sent to FPGA from host terminal – Operations of FPGA are sent from host terminal β€’ The above two need UART receiver – After the algorithm is finished, the results are displayed in a terminal on the host system through a UART transmitter
VHDL
1
star
18

Digital-Circuit-Synthesis

Provided with code of the clique partitioning algorithm implementation in C, develop several modules which can call the clique partitioning code to build the datapath synthesis tool. Read project description for further details.
C++
1
star
19

Face-Detection-Web-App

React based application with Front-end & Back-End with React, Node, Express, and PostgreSQL
JavaScript
1
star