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

iSpeaker React #6

Draft
wants to merge 37 commits into
base: main
Choose a base branch
from
Draft

iSpeaker React #6

wants to merge 37 commits into from

Conversation

yell0wsuit
Copy link
Owner

@yell0wsuit yell0wsuit commented Mar 3, 2024

Rewritten the app in React. This will (hopefully) resolve the following problems:

  • Outdated codebase (it was written with AngularJS, which is long deprecated and outdated)
  • Add recording functionality (partially for Sounds section)
  • Make the app more robust and faster
  • Actual single-page application
  • Decouple codebase for each section (Sounds, Exercises, etc.). Previously it was managed by a single JavaScript file. React employs "component" which makes the codebase easier to manage. (Successfully with "Sounds" section)
  • React Native (currently written with Create React App). May have to rewrite (again!) to accommodate the native version compared to the web.

  • Sounds (needs to fix recording/playback delay on iOS)
  • Conversations
  • Exams
  • Exercises (need to (re)implement a lot...)

@yell0wsuit yell0wsuit added the enhancement New feature or request label Mar 3, 2024
Copy link

netlify bot commented Mar 3, 2024

Deploy Preview for subtle-platypus-71eb67 ready!

Name Link
🔨 Latest commit 52a5d2a
🔍 Latest deploy log https://app.netlify.com/sites/subtle-platypus-71eb67/deploys/660586bb58bb8000087b23b4
😎 Deploy Preview https://deploy-preview-6--subtle-platypus-71eb67.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@yell0wsuit yell0wsuit marked this pull request as draft March 3, 2024 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant