• Stars
    star
    2
  • Language
    JavaScript
  • Created 12 months ago
  • Updated 12 months ago

Reviews

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

Repository Details

guide to host react applications to github pages without extra packages

More Repositories

1

Tourist-Guide

Website with info about great places in India ๐Ÿš†
HTML
12
star
2

T-WeatherAI

CSS
10
star
3

T-REX

CSS
9
star
4

FlipKartCloneUsingReact

JavaScript
9
star
5

Smash-Cookie

Project which gave me internship ๐ŸคŸ
9
star
6

ishtiaqSamdani

9
star
7

golang_errors

program in golang language implementing errors
8
star
8

readmeMy

8
star
9

DriveSales_-intern

HTML
8
star
10

Mark1

JavaScript
8
star
11

CPP

Practicing cpp questions
C++
8
star
12

MountainMunch-Instructions

HTML
8
star
13

DP_factorial

find factorial in recursion using dynamic PRogramming
C++
8
star
14

golang_interface

just to find areas using interfaces
8
star
15

golag_interface

package main import ( "fmt" "math" ) type geometry interface { area() float64 perim() float64 } type rect struct { width, height float64 } type circle struct { radius float64 } func (r rect) area() float64 { return r.width * r.height } func (r rect) perim() float64 { return 2*r.width + 2*r.height } func (c circle) area() float64 { return math.Pi * c.radius * c.radius } func (c circle) perim() float64 { return 2 * math.Pi * c.radius } func measure(g geometry) { fmt.Println(g) fmt.Println(g.area()) fmt.Println(g.perim()) } func main() { r := rect{width: 3, height: 4} c := circle{radius: 5} measure(r) measure(c) }
8
star
16

MountainMunch-home

Everyone loves to travel but only a few do it. What if you did travel only to find out that your destination has bad weather, that's a nightmare. So we made this simple app to solve this problem.๐Ÿฑโ€๐Ÿ
JavaScript
8
star
17

Bingo

JavaScript
7
star
18

3D-Tesseract-using-only-CSS

using transform property in CSS can be tricky but I am Trickster๐Ÿฑโ€๐Ÿ
CSS
7
star
19

git-cmms

7
star
20

cppWithSubhan

C++
7
star
21

testing

HTML
7
star
22

recursion_subsets

C++
7
star
23

Apple-

JavaScript
7
star
24

Ionic-Test

ionic testing with react
JavaScript
7
star
25

DiscordBot-ISHMARt

This is my first discord chat bot - https://discord.com/api/oauth2/authorize?client_id=943804778390122527&permissions=534723946560&scope=bot
Python
7
star
26

Tesseract-2.0only-CSS

this is part 2 of my previous project of 3D cube which looks like tesseract this one has way to cooler animation
CSS
7
star
27

GoHealthy

HTML
6
star
28

MasterAlgo

CSS
6
star
29

GrocerryList-Native

JavaScript
5
star
30

card-hover-animation

card animation using CSS and simple javascript
CSS
5
star
31

Quikky

JavaScript
5
star
32

voice-search

HTML
5
star
33

Button-Animations

Button animations using only css(scss)
SCSS
5
star
34

CRYPTOMANIA

JavaScript
4
star
35

bus-app-testing

JavaScript
4
star
36

Travel-Blog

CSS
4
star
37

bingo-firebase

Play bingo with your friend with beautiful UI
JavaScript
4
star
38

AXE

HTML
4
star
39

deleteNodeModules

3
star
40

git-lea

HTML
3
star
41

GDSC-SESSION

HTML
3
star
42

LAMP-stack

Linux Apache Mysql Php
Dockerfile
3
star
43

ASSOCIATE-CERTIFICATION

3
star
44

fetch-aws-resources

Automates AWS resource data retrieval,script for scheduling cron jobs,user-friendly guide
Python
3
star
45

git-pra

3
star
46

ReactWithNextJS

React With Next.JS is Next Level
CSS
3
star
47

git-L

3
star
48

rrr

3
star
49

GDSC-GIT

HTML
3
star
50

git-credentials-manager

Config files for my GitHub profile.
3
star
51

ansible

3
star
52

Actions

3
star
53

ReactWithVite

Vite is so faaassstโšก
CSS
3
star
54

gcp

3
star
55

dockerinstall

3
star
56

BusBro

JavaScript
3
star
57

build-docker-dind-stackoverflow

for self hosted runner github
Dockerfile
3
star
58

restaurant-app

JavaScript
2
star
59

react-rest

JavaScript
2
star
60

ubuntu-dind-self-hosted-runner

for github
Dockerfile
2
star
61

po.vite

JavaScript
2
star
62

generate-requirements.txt

generate python requirements.txt
2
star
63

helm-commands

2
star
64

streamer

JavaScript
2
star
65

manage-versioning-deployments-helm

2
star
66

gcp-self-hosted-runners

JavaScript
2
star
67

po

JavaScript
2
star
68

terraform

2
star
69

KodeKloud-Linux

2
star
70

install-kubectl-helm-ubuntu

2
star
71

test-self-hosted-runner-stackoverflow

TypeScript
2
star
72

react-vite-build

HTML
1
star
73

hosting-github-actions

HTML
1
star