-
Description
- Brief description of the project
- You can also add screenshots 🤩
-
Instructions to play
-
Important: make sure that anyone with the link can play your game (if it is not trivial, include also instructions in the game itself)
-
Description
- Brief description of the project
-
Instructions to run this app in my computer. Probably something like this:
- git clone
- how to install dependencies (
npm install)
-
in case you're using environment variables: explain that I'd need to create a
.envfile and add environment variables (remember to detail all the variables that I may need to create, if I need to create an account to get some credentials etc.)
- VS Code Shortcuts: https://gist.github.com/luisjunco/2c57a9f514a5773242afe8f96b342cbd
- React conditional rendering: https://gist.github.com/luisjunco/7eab10cd2991fab11a759add4a15b7cc
- React forms: https://gist.github.com/luisjunco/6c59bc3ea6a1d0b3a975d15ff2115fec
- React Router: https://gist.github.com/luisjunco/cbd1fe157c7f2f2b6b4983adbea9ae1e
- How to implement image upload in project2 (without backend): https://gist.github.com/Aleale81/d45c715aae448b981fa865cd2acf6176
