- 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.
- List Products
- Sign Up
- Understand what CORS is in relation to fetch sending messages to servers
- Be able to write a javascript/node program that is capable of listening for and responding to http messages
- Understand REST rules
- We need to run a server program on our computers such that other computers in class can request information from it
- Day 6
- CORS
- Get Your Ip
- REST
- node server step by step
- node-web-server
- https://repl.it/languages/express
- Use Express
- express-web-server
- node-web-server
- Add additional functionality to your server to replace https://acastore.herokuapp.com/
- Pitch your app to the class. What’s the problem? How does this app solve it? What do you envision for its future? Followed by a class Q&A.
- Demystify “Continuous Integration”. Explain to the class what it is, why it’s used and how to develop successful CI Processes.
- What are controlled components in React?
- What is REPL? What purpose it is used for?
- What is Node JS?
- What’s the difference between ‘front-end’ and ‘back-end’ development?
- Explain NPM in Node.js?
- Explain what the Package.JSON is?