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!
(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!