• Stars
    star
    1
  • Language
    HTML
  • Created almost 2 years 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

This is a simple web app to find the union and intersection of two linked lists. The app is built using HTML, CSS and JavaScript.

More Repositories

1

lpu-cse

Lovely Professional University End Term Exam Question Papers with Answers, Study Materials, Projects, Roadmap, and more.
JavaScript
21
star
2

CSE310

CSE310 - PROGRAMMING IN JAVA (21222) #LPU
Java
12
star
3

image-generator-using-openai-api

This is a simple image generator using OpenAI API. you can generate images by entering short description of the image or by entering a keyword.
HTML
8
star
4

atsresume

ATSResume | Get hired with an ATS-optimized resume
JavaScript
6
star
5

InstaPicVid_Downloader

Download Instagram Video, Photos, DP, Stories, IGTV & Reels
Python
6
star
6

oas.lpu-tool

This is a chrome extension that helps you to view your result details, download answers, view personal info and view recently attempted tests.
JavaScript
6
star
7

autotyper

Free Auto Typing Software by Saurav Hathi
Python
4
star
8

remove-duplicates-from-sorted-list

Given a sorted linked list, remove all duplicates from the linked list. For example, if the given linked list is 11->11->11->21->43->43->60, then the output should be 11->21->43->60.
HTML
3
star
9

sauravhathi

Config files for my GitHub profile.
2
star
10

jpg-to-png

This tool converts JPG, JPEG images to PNG format. Bulk conversion is also supported.
HTML
2
star
11

dealingWithAI

Dealing with AI is a web application that uses OpenAI's GPT-3 API. The API endpoint allows users to make requests to the OpenAI API for various natural language processing tasks such as sentence correction, paraphrasing, report making, programming, math, writing, website optimization and many more.
JavaScript
2
star
12

Hitbullseye-Automate-Tool

Hitbullseye Automate Tool #LPU
JavaScript
2
star
13

imageToText

This is a simple project that converts an image to text. It uses the tesseract.js library to convert the image to text. It also downloads the text as a .txt file.
HTML
2
star
14

myperfectice-automation-tool

This is a chrome extension to automate the process of taking tests on https://lpu.myperfectice.com/. It is a work in progress.
JavaScript
2
star
15

live-html-editor

Live HTML Editor is a simple HTML editor that allows you to write HTML code and see the result in real time.
HTML
2
star
16

myperfectice-tool

This is a tool for MyPerfectice. This tool is used to get the answer of the test.
HTML
1
star
17

LeetCode

Python
1
star
18

CSE205

DATA STRUCTURES AND ALGORITHMS
1
star
19

hides-three-gifts

This is a three level game. In the first level, 3x3 grid. In the second level, 4x4 grid. In the third level, 6x6 grid. In each level, 3 gift is hidden. You have to find the gift in the minimum number of clicks.
JavaScript
1
star
20

auto-complete-search

Auto Complete Search component built with Next.js, Framer Motion and Tailwind CSS. It uses a debounce hook to delay the API call.
TypeScript
1
star
21

quicksort-on-doubly-linked-list

This is a simple web app that demonstrates the working of Quick Sort on Doubly Linked List.
HTML
1
star
22

CSE320

SOFTWARE ENGINEERING
1
star
23

covermaker

Create beautiful cover images for your next blog post
TypeScript
1
star
24

make-notes

This is a simple note taking app made using HTML, CSS and JavaScript #LPU.
HTML
1
star
25

bmi-calculator

BMI Calculator
HTML
1
star
26

software

1
star
27

Indian-Electricity-Pay-Counter

Indian Electricity Pay Counter
HTML
1
star
28

linked-list-javascript

linked-list-javascript #LPU
HTML
1
star
29

TERM-4

1
star
30

INT306

INT306:DATABASE MANAGEMENT SYSTEMS
1
star
31

imagetopdf

This app converts multiple images into a single pdf. It is built using React, TailwindCSS, and jsPDF.
JavaScript
1
star
32

qr-code-generator

qr code generator
CSS
1
star
33

temperature-convertor

A simple temperature convertor made with HTML, CSS and JavaScript.
HTML
1
star
34

shopping-cart-reactjs

shopping cart using reactjs
1
star
35

password-generator

A simple password generator built with HTML, Tailwind CSS and Vanilla JS.
HTML
1
star
36

employee-management-system

This is a simple employee management system made using HTML, CSS, and JavaScript. It uses local storage to store the data.
HTML
1
star
37

photo-resizer

Using this app, you can resize and compress(reduce the quality) of your photos. This app is built using HTML, CSS, and JavaScript.
JavaScript
1
star
38

find-matrix-distinct-elements

Find distinct elements common to all rows of a matrix. #LPU
JavaScript
1
star
39

sleeping-barber

This is a solution to the barber shop problem using a queue data structure. The barber shop problem is a classic synchronization problem. #lpu
JavaScript
1
star
40

find-middle-of-the-linked-list

Given a linked list, find the middle of the linked list. For example, if the given linked list is 1->2->3->4->5 then the output should be 3. If there are even nodes, then there would be two middle nodes, we need to print the second middle element. For example, if given linked list is 1->2->3->4->5->6 then the output should be 4.
HTML
1
star
41

add-two-numbers-on-a-represented-linked-list

Add Two Numbers using Linked List
HTML
1
star
42

find-top-three-repeated-array-elements

This is a simple web app to find top three repeated arrays in a given array. #lpu
HTML
1
star
43

kids-gifts-suggester

A simple web app to suggest gifts for kids based on their age and gender. #LPU
JavaScript
1
star
44

simple-calculator-with-js-and-tailwind-css

This simple calculator was created using HTML, CSS, and JS. For styling, Tailwind CSS is used. Addition, subtraction, multiplication, division, and modulus are its five fundamental operations. My GitHub profile is linked in the footer as well. It is responsive and compatible with all platforms. #LPU
HTML
1
star
45

hide-and-seek-gifts

The game hides three gifts (at random each time the game is loaded). Your task is to find the gifts. Goal: Find the gifts in the fewest number of guesses. The game rates you according to your performance. Setup: When the game is loaded, the gifts are hidden at random by the computer on the grid. Then the game asks you for your first guess. #LPU
JavaScript
1
star
46

github-repository-downloader

GitHub Repository Downloader is a convenient and user-friendly tool that allows you to easily download entire repositories or specific folders from GitHub as a ZIP file. GitHub Repository Downloader makes it easy to get the files you need.
TypeScript
1
star
47

pancake-sort

Pancake sorting is the colloquial term for the mathematical problem of sorting a disordered stack of pancakes in order of size when a spatula can be inserted at any point in the stack and used to flip all pancakes above it. A pancake number is the minimum number of flips required for a given number of pancakes.
HTML
1
star
48

dealing-with-ai

Dealing with AI is a website that uses AI-powered tools to offer writing assistance and language processing services. We can help with sentence correction, paraphrasing, report writing, math and programming tasks, and website optimization with SEO tools like keywords and sitemap. Let us help you achieve your writing and website optimization goals.
TypeScript
1
star
49

tip-calculator

A simple tip calculator built with HTML, CSS and JavaScript. It is a simple project to calculate the tip amount and total amount to be paid. It also has a feature to split the bill among multiple people.
JavaScript
1
star
50

random-color-generator

This is a random color generator project. You can generate random colors and copy them to your clipboard. using HTML, CSS, and JavaScript.
HTML
1
star