Skip to content

feat: upper text animation #16

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

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
d49bb80
feat: improve uI
Ahmed14z Aug 11, 2024
cfbb6b2
fix: markdown
MohamedMagdy097 Aug 11, 2024
732e068
fix: hover colors auto scroll origins
MohamedMagdy097 Aug 11, 2024
87bac0a
svgs favicons logo
MohamedMagdy097 Aug 11, 2024
cec8e38
Merge pull request #1 from MohamedMagdy097/svgs-favicons-logo
MohamedMagdy097 Aug 11, 2024
835450e
Update main.py
MohamedMagdy097 Aug 11, 2024
532b245
Update main.py
MohamedMagdy097 Aug 11, 2024
d176e3d
feat: swapped font to bricolage Grotesque
vikyw89 Aug 12, 2024
c0bd309
chore: sample image to public
vikyw89 Aug 12, 2024
7de51d3
docs: added banner image
vikyw89 Aug 12, 2024
2f80291
logo and title changes
MohamedMagdy097 Aug 12, 2024
a1471d7
fix: pdf download from markdown
vikyw89 Aug 12, 2024
f88a549
Merge pull request #2 from MohamedMagdy097/landing-page2
MohamedMagdy097 Aug 12, 2024
bdd427e
feat:update ui
Ahmed14z Aug 12, 2024
e19d90a
feat: add slider
Ahmed14z Aug 12, 2024
6055d80
feat: animated background
vikyw89 Aug 12, 2024
7c88046
Merge branch 'master' into UI
MohamedMagdy097 Aug 12, 2024
da4b1cb
Merge pull request #3 from MohamedMagdy097/UI
MohamedMagdy097 Aug 12, 2024
9b65927
auto scroll plus new logo
MohamedMagdy097 Aug 12, 2024
f8888a3
Merge branch 'master' into animated-bg
MohamedMagdy097 Aug 12, 2024
62f7552
Merge pull request #4 from MohamedMagdy097/animated-bg
MohamedMagdy097 Aug 12, 2024
48dd738
Merge branch 'master' into auto-scroll-and-dark-logo
MohamedMagdy097 Aug 12, 2024
12fd182
auto scroll plus new logo
MohamedMagdy097 Aug 12, 2024
c6364d2
adding sample images and modifying steps
MohamedMagdy097 Aug 12, 2024
9e6b6b8
adding sample images and modifying steps
MohamedMagdy097 Aug 12, 2024
5508bbf
feat: update logo
Ahmed14z Aug 12, 2024
3edd91f
feat: update image
Ahmed14z Aug 12, 2024
e11ffc2
fix: line fix
Ahmed14z Aug 12, 2024
ae6c346
upload button
MohamedMagdy097 Aug 12, 2024
31efc5d
upload button (#7)
MohamedMagdy097 Aug 12, 2024
ef9aac3
feat: background
vikyw89 Aug 12, 2024
1542c18
Merge branch 'master' of https://github.com/MohamedMagdy097/Edison in…
vikyw89 Aug 12, 2024
5ffce01
fix: background2, markdown (#8)
MohamedMagdy097 Aug 12, 2024
e19169c
feat: top text animation
vikyw89 Aug 12, 2024
fda03f5
fix: background not showing
vikyw89 Aug 12, 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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Edison: The Creative Electronics Companion

![Banner](./docs/banner.png)

## Project Overview

Welcome to Edison: The Creative Electronics Companion! This project is designed to assist users in creating exciting projects with various electronic parts. By utilizing advanced Language Models (LLMs) and the Gemini API, our system identifies electronic components from images and provides users with detailed, step-by-step project tutorials. Additionally, LlamaIndex is employed for effective data management and retrieval, ensuring an interactive and seamless user experience.
Expand Down
29 changes: 18 additions & 11 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.3.21",
"framer-motion": "^11.3.24",
"html-react-parser": "^5.1.12",
"html2canvas": "^1.4.1",
"html2pdf.js": "^0.10.2",
Expand All @@ -31,14 +31,15 @@
"pdfjs-dist": "^3.11.174",
"prism-react-renderer": "^2.3.1",
"react": "^18.3.1",
"react-before-after-slider-component": "^1.1.8",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-scripts": "5.0.1",
"react-spinners": "^0.14.1",
"react-zoom-pan-pinch": "^3.6.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"tailwind-merge": "^2.5.0",
"tailwind-merge": "^2.5.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
Expand Down
Binary file added client/public/Edison.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified client/public/favicon.ico
Binary file not shown.
58 changes: 38 additions & 20 deletions client/public/index.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,39 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
<head>
<meta charset="utf-8" />
<link
rel="icon"
href="%PUBLIC_URL%/favicon.ico"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1"
/>
<meta
name="theme-color"
content="#000000"
/>
<meta
name="description"
content="Web site created using create-react-app"
/>
<link
rel="apple-touch-icon"
href="%PUBLIC_URL%/Edison.png"
/>
<style>
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,[email protected],200..800&display=swap');
</style>
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
<link
rel="manifest"
href="%PUBLIC_URL%/manifest.json"
/>
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Expand All @@ -24,12 +42,12 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>TechBlueprint</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
<title>Edison</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.

Expand All @@ -39,5 +57,5 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</body>
</html>
Binary file added client/public/sample_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading