Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merging branches #2

Merged
merged 48 commits into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
9676fa0
Merge pull request #1 from Aryankpoor/Test
Aryankpoor Oct 11, 2020
4c5dca4
Update README.md
Aryankpoor Nov 2, 2020
b72b4ef
added badge
Aryankpoor Nov 4, 2020
8c7b9a1
fixed typo
Aryankpoor Nov 4, 2020
5df90ab
Update README.md
Aryankpoor Nov 17, 2020
d0336aa
added password manager and removed old files
Aryankpoor Jul 6, 2024
1f55842
added key
Aryankpoor Jul 6, 2024
65e9494
added decryption
Aryankpoor Jul 6, 2024
09367bc
fix for key
Aryankpoor Jul 6, 2024
f23cd96
Transferred password manager to another repo
Aryankpoor Jul 6, 2024
9c7a0f7
Update README.md
Aryankpoor Jul 6, 2024
3699463
removed default app and created blank project
Aryankpoor Jul 8, 2024
7dd67a0
added assets
Aryankpoor Jul 8, 2024
b683b60
added sidebar
Aryankpoor Jul 8, 2024
00cae36
Create node.js.yml
Aryankpoor Jul 9, 2024
8b91f28
added usestate
Aryankpoor Jul 9, 2024
c80e730
Merge branch 'master' of https://github.com/Aryankpoor/core-assistant
Aryankpoor Jul 9, 2024
524a86e
added cards
Aryankpoor Jul 9, 2024
808e1f3
added ui for main page
Aryankpoor Jul 10, 2024
139d8fc
added api from gemini
Aryankpoor Jul 10, 2024
6f245e7
added context
Aryankpoor Jul 10, 2024
c538603
added contextProvider
Aryankpoor Jul 13, 2024
57a4d88
added result
Aryankpoor Jul 13, 2024
1fb4490
added styles
Aryankpoor Jul 13, 2024
ef5d84d
added bold text response
Aryankpoor Jul 14, 2024
b5fda11
added save response
Aryankpoor Jul 14, 2024
089883f
added new chat
Aryankpoor Jul 14, 2024
5c7ce2e
Update README.md
Aryankpoor Jul 14, 2024
bf05b7d
removed workflow
Aryankpoor Jul 14, 2024
18b9b8b
added favicon
Aryankpoor Jul 14, 2024
ffba338
added font family and hackclub colors
Aryankpoor Jul 14, 2024
b1a6307
Update README.md
Aryankpoor Jul 14, 2024
46d9099
added assets
Aryankpoor Jul 14, 2024
ad792b1
updated version
Aryankpoor Jul 14, 2024
d49f1cc
added assets
Aryankpoor Jul 14, 2024
cdb3699
Merge branch 'master' of https://github.com/Aryankpoor/metamorpheus
Aryankpoor Jul 14, 2024
02db3e5
restored old version
Aryankpoor Jul 14, 2024
f0f6952
added styles
Aryankpoor Jul 14, 2024
0a5d4da
Merge branch 'master' of https://github.com/Aryankpoor/metamorpheus
Aryankpoor Jul 14, 2024
0af2a5a
added assets
Aryankpoor Jul 14, 2024
68c7e3c
ready for test run
Aryankpoor Jul 14, 2024
9b306cb
Update README.md
Aryankpoor Jul 14, 2024
6029df6
added packages
Aryankpoor Jul 14, 2024
3f1b126
CHANGED FILES
Aryankpoor Jul 14, 2024
0bf7679
commented out the event listener
Aryankpoor Jul 15, 2024
0ef44a5
commented out event listener
Aryankpoor Jul 15, 2024
f5d9f4e
added final touches
Aryankpoor Jul 15, 2024
846fbad
completed website onto deployment
Aryankpoor Jul 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: [
'eslint:recommended',
'plugin:react/recommended',
'plugin:react/jsx-runtime',
'plugin:react-hooks/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
parserOptions: { ecmaVersion: 'latest', sourceType: 'module' },
settings: { react: { version: '18.2' } },
plugins: ['react-refresh'],
rules: {
'react/jsx-no-target-blank': 'off',
'react-refresh/only-export-components': [
'warn',
{ allowConstantExport: true },
],
},
}
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
10 changes: 0 additions & 10 deletions CONTRIBUTING.md

This file was deleted.

Binary file removed Capture.JPG
Binary file not shown.
9 changes: 0 additions & 9 deletions Covid-Cases/main.py

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

17 changes: 0 additions & 17 deletions Notifier/Notification.py

This file was deleted.

21 changes: 2 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
# Python-Apps
This contains some of the basic python projects
# Metamorpheus

The apps include:

- Python Notifier: Create and notify yourself with custom notifications
- PyTimer : Create timers in python
- Vowelount: The vowel counter in string
- Covid Cases checker - Check the number of covid cases in your country

``
Python version - 3.8.6
``

Code reference with other applications:
[view them here](https://www.instagram.com/python.hub/)

Images are included in the repository of each project in their respective folders

**All PRs are welcome. Feel free to make any contribution**
An AI assistant made as part of arcade using Google Gemini API
Binary file removed cases.JPG
Binary file not shown.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="./public/robot.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Metamorpheus</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
Loading