Thank you for considering contributing to this little project!
- Tests
- Search
- Front-end validation (JS); Pure back-end validation is expensive
- Routing / redirecting / whatever
- Redux
- Indent using two spaces (soft tabs).
- Integrate eslintrc.json to your text editor or IDE.
git clone https://github.com/<your-user-name>/mern-crud.git
Make sure your commit messages are in present tense.
This:
git commit -m "Fix bugs and update colors"
Not this:
git commit -m "Fixed bugs and updated colours"