diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 00000000..c31e1961 --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,21 @@ +name: 'Greetings' + +on: + issues: + types: [opened] + pull_request_target: + types: [opened] +permissions: + issues: write + pull-requests: write + +jobs: + welcome: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - uses: EddieHubCommunity/gh-action-community/src/welcome@main + with: + + issue-message: "Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible." + pr-message: "Great job, @${{ github.actor }}! 🎉 Thank you for submitting your pull request. Your contribution is valuable and we appreciate your efforts to improve our project.We will promptly review your changes and offer feedback. kindly remember to check our [contributing guidelines](https://github.com/arghadipmanna101/Flipkart_Clone/blob/main/CONTRIBUITING.md)" diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 00000000..cea4d3f4 --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,18 @@ +{ + "configurations": [ + { + "name": "windows-gcc-x64", + "includePath": [ + "${workspaceFolder}/**" + ], + "compilerPath": "gcc", + "cStandard": "${default}", + "cppStandard": "${default}", + "intelliSenseMode": "windows-gcc-x64", + "compilerArgs": [ + "" + ] + } + ], + "version": 4 +} \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 00000000..dbbdc5c4 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,24 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "C/C++ Runner: Debug Session", + "type": "cppdbg", + "request": "launch", + "args": [], + "stopAtEntry": false, + "externalConsole": true, + "cwd": "d:/Flipkart_Clone/css", + "program": "d:/Flipkart_Clone/css/build/Debug/outDebug", + "MIMode": "gdb", + "miDebuggerPath": "gdb", + "setupCommands": [ + { + "description": "Enable pretty-printing for gdb", + "text": "-enable-pretty-printing", + "ignoreFailures": true + } + ] + } + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 47984249..2b67dc19 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,60 @@ -{ - "liveServer.settings.port": 5501 +{ + "liveServer.settings.port": 5501, + "C_Cpp_Runner.cCompilerPath": "gcc", + "C_Cpp_Runner.cppCompilerPath": "g++", + "C_Cpp_Runner.debuggerPath": "gdb", + "C_Cpp_Runner.cStandard": "", + "C_Cpp_Runner.cppStandard": "", + "C_Cpp_Runner.msvcBatchPath": "C:/Program Files/Microsoft Visual Studio/VR_NR/Community/VC/Auxiliary/Build/vcvarsall.bat", + "C_Cpp_Runner.useMsvc": false, + "C_Cpp_Runner.warnings": [ + "-Wall", + "-Wextra", + "-Wpedantic", + "-Wshadow", + "-Wformat=2", + "-Wcast-align", + "-Wconversion", + "-Wsign-conversion", + "-Wnull-dereference" + ], + "C_Cpp_Runner.msvcWarnings": [ + "/W4", + "/permissive-", + "/w14242", + "/w14287", + "/w14296", + "/w14311", + "/w14826", + "/w44062", + "/w44242", + "/w14905", + "/w14906", + "/w14263", + "/w44265", + "/w14928" + ], + "C_Cpp_Runner.enableWarnings": true, + "C_Cpp_Runner.warningsAsError": false, + "C_Cpp_Runner.compilerArgs": [], + "C_Cpp_Runner.linkerArgs": [], + "C_Cpp_Runner.includePaths": [], + "C_Cpp_Runner.includeSearch": [ + "*", + "**/*" + ], + "C_Cpp_Runner.excludeSearch": [ + "**/build", + "**/build/**", + "**/.*", + "**/.*/**", + "**/.vscode", + "**/.vscode/**" + ], + "C_Cpp_Runner.useAddressSanitizer": false, + "C_Cpp_Runner.useUndefinedSanitizer": false, + "C_Cpp_Runner.useLeakSanitizer": false, + "C_Cpp_Runner.showCompilationTime": false, + "C_Cpp_Runner.useLinkTimeOptimization": false, + "C_Cpp_Runner.msvcSecureNoWarnings": false } \ No newline at end of file diff --git a/404.html b/404.html new file mode 100644 index 00000000..a6448e0a --- /dev/null +++ b/404.html @@ -0,0 +1,81 @@ + + + +
+ + +[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat) -![GitHub Repo stars](https://img.shields.io/github/stars/arghadipmanna101/Flipkart_Clone) ![GitHub contributors](https://img.shields.io/github/contributors/arghadipmanna101/Flipkart_Clone) -![GitHub last commit](https://img.shields.io/github/last-commit/arghadipmanna101/Flipkart_Clone) ![GitHub repo size](https://img.shields.io/github/repo-size/arghadipmanna101/Flipkart_Clone) ![Github](https://img.shields.io/github/license/arghadipmanna101/Flipkart_Clone) -![GitHub issues](https://img.shields.io/github/issues/arghadipmanna101/Flipkart_Clone) -![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/arghadipmanna101/Flipkart_Clone) -![GitHub pull requests](https://img.shields.io/github/issues-pr/arghadipmanna101/Flipkart_Clone) -![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/arghadipmanna101/Flipkart_Clone) -
🌟 Stars | +🍴 Forks | +🐛 Issues | +Closed Issues | +🔔 Open PRs | +🔕 Close PRs | +last commit | +
+ | + | + | + | + | + | + |
Event Logo | +Event Name | +Event Description | +
---|---|---|
+ | GirlScript Summer of Code 2024 | +GirlScript Summer of Code is a three-month-long Open Source Program conducted every summer by GirlScript Foundation. It is an initiative to bring more beginners to Open-Source Software Development. | +
Validity: 31st Dec 2024
Get 20% off on clothing with this coupon or receive cashback!
View T&C
Validity: 28th Aug 2024
+Get 400 off on clothing with this coupon or receive cashback!
+View T&C
+Validity: 31st Dec 2024
+Get 25% off on clothing with this coupon or receive cashback!
+View T&C
+Validity: 31st July 2024
+Get 2500 off on clothing with this coupon or receive cashback!
+View T&C
+Validity: 31st Dec 2024
+Get 599 off on clothing with this coupon or receive cashback!
+View T&C
+