chinitacode / jamming

Codecademy Pro Intensive jamming project
0 stars 0 forks source link

Summary #4

Open cjessett opened 6 years ago

cjessett commented 6 years ago

(Meets Expectations) Overall, nice work.

Remember to use more descriptive commit messages that summarize the changes that were made. Also, remember not to modify state directly in React components, instead create new objects with the desired state and use setState to update state. Again, env variables are common in most projects, it would help to become familiar with them.

Otherwise, your code is clean and easy to follow, nice work!