- Sign up for heroku
- Get a server working on heroku
- Deploy a client web app to the server
As you may have noticed, most of what we have been doing is very repetitive and redundant. When you work for a company where you are building business software, this is a very common thing. Let’s make sure that we have the process down. I want to make sure we are comfortable with building the simplest of a CRUD app. You can consider checkpoint 2 a mini final project. This will help you ease into the final project. Be creative. If this seems easy to you then add your own ideas into checkpoint 2.
- Use different input elements. Select, radio, slider
- Practice styling it. Use css variables and css grid
- Build this project multiple times until you can do it in your sleep.
- Add any of the cool web features I’ve shown you
- https://github.com/AustinCodingAcademy/advanced-express-practice
- Add a chat feature to our aca store
- https://github.com/AustinCodingAcademy/aca-chat
- https://github.com/AustinCodingAcademy/aca-tracker
- https://docs.google.com/forms/d/1Sv9qwb7tkiGeTvdFNZI1ZzY1ufSeAcC7RGjFed6fAjo/edit
- Questions from online lessons
- Building a react native app with an online ide
- This is using the same technology that is used in the react native documentation
- You can test simple apps on a real phone
- Repl
- This technology is new and is unstable but has great potential
- Everything you type is saved on the fly
- You are suppose to just hit run, but this doesnt seem to really work
- https://repl.it/@jw56578/unluckydayssolution
- Fork, solve, submit link
- https://repl.it/@jw56578/findNonRepeating
- ACA Store
- The purpose of this project is to give you real life applications to work on. Its fine if you don't feel comfortable with building it yet. You know where you need to get to.
- You need to be practicing the concepts by breaking them down into smaller chunks that you can focus on. Create your own plunkrs (snippets of code) and handle each piece of functionality seperately.
- ACA Chat?
- Scrimba
- codeanalogies
- Puzzle Day
- Use react-redux for dispatching messages to redux
- Know how to use mapDispatchToProps
- Learn the professional way to organize action code in a redux app
- Solution to DeDup - https://repl.it/@jw56578/DeDupSolution
- Fork, solve, submit link
- unluckydays
- What are the concepts that this problem addresses
- For example last time it was the term in place, time & space
- Questions on online lessons
- review aca store homework
- https://plnkr.co/edit/lUtp2eLjSBeRmlEDqnQ1?p=preview
- Let's get the cart working through sessionStorage so that when you refresh the page it is still there
- Be able to use VSCode to debug node apps
- Know how to use chrome dev tools to debug web pages