Monday, August 26, 2019

Initial version of the shuyanonline React app

I decided to create a React app for my personal website, that would promote the web development/programming courses I designed for kids/teens.

As of today, the initial version is test deployed at: https://shuyanonline-dev.firebaseapp.com, the app has/allows:

  • Introduction about myself
  • Show Structured courses by levels with description and details
  • Allow users to Sign up and Log in to the website
  • Allow admin (myself) to manage course (create, update, delete) courses

To Do's:
  • Add contact/subscription forms
  • Add email notification feature
  • Add resources component
How I build the app and tricks and tips I noted through the app development will be converted to some course content as practical knowledge.

Technologies/Knowledge/Tools used so far in the app:

  • HTML
  • CSS
  • Materialize CSS
  • React
  • Redux
  • Firebase Function
  • Firebase Firestore
  • Firebase Hosting
  • Git/Github
  • VS Code (w/ various extensions)

No comments:

Post a Comment