-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
34 changed files
with
24,052 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
favicon.ico,499162500000,eae62e993eb980ec8a25058c39d5a51feab118bd2100c4deebb2a9c158ec11f9 | ||
logo192.png,499162500000,3ee59515172ee198f3be375979df15ac5345183e656720a381b8872b2a39dc8b | ||
logo512.png,499162500000,ee7e2f3fdb8209c4b6fd7bef6ba50d1b9dba30a25bb5c3126df057e1cb6f5331 | ||
manifest.json,499162500000,aff3449bdc238776f5d6d967f19ec491b36aed5fb7f23ccff6500736fd58494a | ||
robots.txt,499162500000,bfe106a3fb878dc83461c86818bf74fc1bdc7f28538ba613cd3e775516ce8b49 | ||
asset-manifest.json,1611326339248,2b75379e7aa9ed04e7ef06b095ca0d24d2ee99e4db4676c7ef01e1e033089325 | ||
index.html,1611326339265,dd88dd4fd798f3c12dc4d39e335c30f39d2ea122edbf48d735c98ec5b39ed479 | ||
precache-manifest.bd0b4094e0e726248cb77a6aad87fde7.js,1611326339246,aa13b9412e5bd6edfba9309559341c7460377aa616df2bebcb0e55f1b8a93b57 | ||
service-worker.js,1611326339246,45a3628c43e933d21a06134f6ed9ec0b0bded6363f494f5c998175f2b7543fcf | ||
static/css/main.3ec12507.chunk.css,1611326339194,01345decd92088d879d21017aa146756011375e1ec0695d952accac061c2206e | ||
static/css/main.3ec12507.chunk.css.map,1611326339235,17cd62fab8feafd1b6c04728db54cceba934364e37eb8ac2e0b0476b2f617e3b | ||
static/js/main.55115b65.chunk.js,1611326339185,8987d92aea5437faf6d4e68924bafabe410c721d1f984ae74b7d1a7aafb06766 | ||
static/js/runtime~main.347b29a6.js,1611326339218,f9acd54220d63b059d667d33351650221b737aa5dc173a32d0517ebbff85b2ab | ||
static/js/runtime~main.347b29a6.js.map,1611326339237,1cdd53e003cd8067c7703ed790cc28dce5a8b3526826dd3776e25b27e115d46a | ||
static/js/main.55115b65.chunk.js.map,1611326339227,063f9ff25eb0aa7b66ddd99bd1b70f9cc6c668e67a20e5301c3479b31953ce77 | ||
static/css/2.54af36f7.chunk.css,1611326339211,eb677cce5bcfa56c2e42b2919276f07895cfb967e7b92642d0030d82d74cbe5b | ||
static/media/fontawesome-webfont.af7ae505.woff2,1611326339193,38d88317bebc79b4945a679daadd47daebbadc5cd13b41473143394ca7e8d892 | ||
static/js/2.cd354193.chunk.js,1611326339296,da92d3e59b5a213a7ed6e4037d02e897acb9d3d24512b244f43a928c968986ea | ||
static/media/spinner.e07de17a.gif,1611326339217,f6d6f654db27dd5fc1e2f73a1edd18b51650fbeef08e5e778e66141191653d78 | ||
static/media/fontawesome-webfont.fee66e71.woff,1611326339195,b51c2c79cce89b7c5947672c13f735c24ee1a9f8f6ebdb957c5fdfe567f27d37 | ||
static/media/fontawesome-webfont.674f50d2.eot,1611326339201,4944999b255adf473d5b86b300eba33737e8f598c17f24e82a28582393331209 | ||
static/media/fontawesome-webfont.b06871f2.ttf,1611326339203,d9cef07d4f3569883fb4c3db76acea5478cef80775d012841eb78a42e60a8e89 | ||
static/css/2.54af36f7.chunk.css.map,1611326339237,f94af8a68c943fe3c059f8fbfb314158d0449347c0a469fe4446144562286265 | ||
static/media/fontawesome-webfont.912ec66d.svg,1611326339216,9b74ca5333a9ca156ae6ef0920d5bc42d283e95d25651bf4375404f0407a63ab | ||
static/js/2.cd354193.chunk.js.map,1611326339274,a134d53d549c6d199c76b2ce3ee8eb231b570b9388de7dd52539abec850b684b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"projects": { | ||
"default": "github-clone-6808a" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
/.pnp | ||
.pnp.js | ||
|
||
# testing | ||
/coverage | ||
|
||
# production | ||
/build | ||
|
||
# misc | ||
.DS_Store | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Github_Clone | ||
|
||
This project is an Github clone built using React.js. It aims to replicate the core functionalities and design of the Github website. | ||
|
||
#### Tech Stack | ||
- **Frontend:** React.js, HTML, CSS | ||
- **Dependencies:** npm, node, firebase, yarn | ||
|
||
#### Demo | ||
Check out the demo of the Amazon clone on YouTube: [Github Clone Demo](https://www.youtube.com/watch?v=tEpxRJsOYTY) | ||
|
||
### How to Run | ||
|
||
1. **Clone the Repository:** | ||
```bash | ||
git clone https://github.com/Kritika30032002/ReactCreations.git | ||
``` | ||
|
||
2. **Navigate to the Project Directory:** | ||
```bash | ||
cd ReactCreations\Github_Clone | ||
``` | ||
|
||
3. **Install Dependencies:** | ||
```bash | ||
npm install | ||
``` | ||
|
||
4. **Start the Server on Port 3000:** | ||
```bash | ||
npm start | ||
``` | ||
|
||
5. **Access the Server:** | ||
Once the server is running, you can access it in your web browser by navigating to `http://localhost:3000`. | ||
|
||
#### Note | ||
Before running the server, ensure that you have Node.js and npm installed on your system. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"hosting": { | ||
"public": "build", | ||
"ignore": [ | ||
"firebase.json", | ||
"**/.*", | ||
"**/node_modules/**" | ||
], | ||
"rewrites": [ | ||
{ | ||
"source": "**", | ||
"destination": "/index.html" | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.