Closed mdfaizan7 closed 4 years ago
I accepted your pull request. Aso, this resulted in 3 dependabot auto-pull-requests to incorporate security fixes. I accepted these blindly. You might want to pull from master and npm install to test these updates.
This is definitely helping me to understand your skills. I hope you are enjoying the project. Busy week coming up for me, but we'll talk soon.
Steve Hoover https://www.linkedin.com/in/steve-hoover-a44b607/ 774-773-8333
On Thu, Oct 1, 2020 at 5:41 AM Faizan notifications@github.com wrote:
Details
Working to port the mandelbrot project to React.
PS ~ Still a WIP.
You can view, comment on, or merge this pull request online at:
https://github.com/stevehoover/1st-CLaaS/pull/40 Commit Summary
- initialized a react-app with create-react-app
- made resizeable panels
- made a working form for renderer
- changed the structure
- made some form elements
- made a duplicate front-end in React
- ➕ added zustand and implemented it
- ➕ added 3-D and Theme Option
- ➕ added Colors and Textures option
- ✊ added gesture events for fractal image
- 💩 fractal image generated (kind of)
- 🚌 pushing for transporting changes
File Changes
- M .gitignore https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-a084b794bc0759e7a6b77810e01874f2 (2)
- A apps/mandelbrot-react/.gitignore https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-b71a32662b44796c6460d7baff2f4739 (23)
- A apps/mandelbrot-react/README.md https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-de1ac577aa22abe81b1ed37d1f54fb3a (68)
- A apps/mandelbrot-react/package.json https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-03744ac1d3b55f42367d45677344407f (40)
- A apps/mandelbrot-react/public/favicon.ico https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-3378fed71da2e1cd972e9e298daf790c (0)
- A apps/mandelbrot-react/public/index.html https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-38bc391d1945173db68f925dfa8323c7 (48)
- A apps/mandelbrot-react/public/logo192.png https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-e4a64c44fa666e8cba1a0eb9b0f6e7e7 (0)
- A apps/mandelbrot-react/public/logo512.png https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-ff086f004b65bf102c9fc62fa71ab74e (0)
- A apps/mandelbrot-react/public/manifest.json https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-7ff05ad29a4c6d85ed03de5b143ea88c (25)
- A apps/mandelbrot-react/public/robots.txt https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-bdd8e55a3aeb4f88b2b996e1b3106279 (3)
- A apps/mandelbrot-react/src/App.css https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-b43d3840eaf87d8ed7fa6e93c9c7a5b5 (3)
- A apps/mandelbrot-react/src/App.js https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-a6e03c0a710e2afaaab26f44f497c225 (29)
- A apps/mandelbrot-react/src/components/Backup.js https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-e651bc4f09c568abc6c3f8d1fae4b781 (278)
- A apps/mandelbrot-react/src/components/Colors.js https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-70e0cfe5691a38195b845ef23a81c9ed (51)
- A apps/mandelbrot-react/src/components/FractalImage.js https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-47f8b7cc4d2c8724636af41de8cb094d (59)
- A apps/mandelbrot-react/src/components/OptionCard.js https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-7fe852856646f7c4d577a17f34abf568 (14)
- A apps/mandelbrot-react/src/components/Options.js https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-a37823a0a7cb07cc24a5e42f6b7950b2 (24)
- A apps/mandelbrot-react/src/components/Renderer.js https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-fe39faf3a062c60a2b94da6da7bdee8f (51)
- A apps/mandelbrot-react/src/components/Texture.js https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-d376b941fbeb878ba43e8645e01acafc (55)
- A apps/mandelbrot-react/src/components/Theme.js https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-d3190aec63260926a8e9a05aef211d54 (43)
- A apps/mandelbrot-react/src/components/ThreeD.js https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-7cc8e6e5a4a4a2b9aa8683c404246848 (47)
- A apps/mandelbrot-react/src/components/fractalMeet.js https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-acc3f5aaf4c9fc7bfe2681c2bbbe6713 (1)
- A apps/mandelbrot-react/src/index.js https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-32516f357d06863228fe08aef2563258 (6)
- A apps/mandelbrot-react/src/store/index.js https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-586d751ab6fa1f78211e769c858efa5a (57)
- A apps/mandelbrot-react/src/styles/App.scss https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-be33a99e57ad21f98291fc2f6e9ec9cc (92)
- A apps/mandelbrot-react/src/util/index.js https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-06f188f78f29fc8fe9214afdd5a2b3e0 (49)
- A apps/mandelbrot-react/yarn.lock https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-58968bf90af829d985c3abd602322475 (11562)
- M package.json https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-b9cfc7f2cdf78a7f4b91a753d10865a2 (8)
- A yarn.lock https://github.com/stevehoover/1st-CLaaS/pull/40/files#diff-8ee2343978836a779dc9f8d6b794c3b2 (1998)
Patch Links:
- https://github.com/stevehoover/1st-CLaaS/pull/40.patch
- https://github.com/stevehoover/1st-CLaaS/pull/40.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/stevehoover/1st-CLaaS/pull/40, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACWHLEFFVBICGNVHE7BJ6JTSIRFFFANCNFSM4SAF7L2Q .
Hi Steve, sorry I was not able to reply earlier. I had my mid-sem exams going on at that time and I was pretty busy with that.
Details
PS ~ Still a WIP.