Open bommezijn opened 3 years ago
I don't see a link to the application yet, if it hasn't been deployed yet; don't forget to put it live soon!
I see that there are node_modules and .env in the repository, this is sad and will take pushing really long or show your secrets.
In GitHub, you can delete the files (but not from the history sadly) and make sure they won't be added anymore in the repo by adding them to the gitignore (node_modules already there).
For the .env, I would suggest pushing a .env.template with the secrets you want people to fill in and mention this in the readme.
I don't see a section about the data yet, specifically the data cycle, external API (how it works, how you connect, what you retrieve from it), or the real-time events that are taking place.
The installation section looks good and clear, but it might be an idea to move it upwards, as that is usually what we developers like to see as early as possible. What about placing it under the about section?
Hey Nathan. I like they way you're giving me feedback. It's so organized! Thank you again for letting me these things know, I will work on it as soon as possible!
Repo description / about isn't your own yet, how about mentioning it is a real-time scramble that retrieves words from an API?