Skip to content

Commit

Permalink
Merge branch 'Kritika30032002:main' into clone
Browse files Browse the repository at this point in the history
  • Loading branch information
JiyaGupta-cs authored Feb 11, 2024
2 parents bddda94 + 3779632 commit 7441887
Show file tree
Hide file tree
Showing 375 changed files with 180,789 additions and 29 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 7 additions & 15 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,27 @@
name: 'CodeQL'
name: "CodeQL"

on:
push:
branches: ['main']
branches: [ main ]
pull_request:
branches: ['main']
branches: [ main ]
schedule:
- cron: '19 19 * * 0'
- cron: '35 14 * * 3'

jobs:
analyze:
name: Analyze
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
actions: read
contents: read
security-events: write

runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
language: ['javascript']
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
language: [ 'javascript' ]

steps:
- name: Checkout repository
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
Expand All @@ -38,5 +32,3 @@ jobs:

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: '/language:${{matrix.language}}'
24 changes: 11 additions & 13 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
name: 'Greetings'
name: Greetings

on:
issues:
types: [opened]
pull_request_target:
types: [opened]
on: [pull_request, issues]

jobs:
welcome:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v1
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Congratulations, @${{ github.actor }}! 🎉 Thank you for creating your issue for ReactCreations project. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work! Should you have any queries or require guidance, do not hesitate to ask.'
pr-message: 'Great job, @${{ github.actor }}! 🎉 Thank you for submitting your pull request for ReactCreations project. Our dedicated team will review it diligently.Your contribution is valuable and we appreciate your efforts to improve our project.'
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hey, @${{ github.actor }} welcome to ReactCreations repository.🎊 Thank you so much for taking the time to point this out.🙌'
pr-message: 'Hey, @${{ github.actor }} welcome to ReactCreations repository.🎊 Thank you so much for taking the effort to make our project better! 🙌 Keep making such awesome contributions!'
21 changes: 21 additions & 0 deletions Amazon_Clone/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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*
38 changes: 38 additions & 0 deletions Amazon_Clone/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
### Amazon_Clone

This project is an Amazon clone built using React.js. It aims to replicate the core functionalities and design of the Amazon website.

#### Tech Stack
- **Frontend:** React.js, HTML, CSS
- **Dependencies:** npm, react-scripts

#### Demo
Check out the demo of the Amazon clone on YouTube: [Amazon Clone Demo](https://www.youtube.com/watch?v=s3DFfizKTxs)

### 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\Amazon_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.
Binary file added Amazon_Clone/amazon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7441887

Please sign in to comment.