Skip to content

Miniatures Show Management App #451

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 11 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
#100Devs Simple Express App Submission
# Model Show Registration App

### Goal: Make Your Own CRUD APP and Push To Heroku
I used Node.js and Express to create an app for a miniatures show that would allow for the following:

### How to submit your code for review:
* Register entrants' info and assign them an incrementing ID number to label their displays with
* Accommodating Adult and Junior participants as well as In Competition (display gets judged) and Not In Competition (display does not get judged, but is still eligible for certain prizes)
* Judging the displays, keeping track of which ones are already judged, and assigning prizes
* Ensuring unique prizes like Best of Show can only be awarded once
* Viewing the prize winners in each category, separated by Adults and Juniors
* Show neat little stats like how many models were entered in total

- Fork and clone this repo
- Create a new branch called answer
- Checkout answer branch
- Push to your fork
- Issue a pull request
- Your pull request description should contain the following:
- (1 to 5 no 3) I completed the challenge
- (1 to 5 no 3) I feel good about my code
- Anything specific on which you want feedback!

Example:
```
I completed the challenge: 5
I feel good about my code: 4
I'm not sure if my constructors are setup cleanly...
```
The final version will include features like authentication to protect participants' personal data.

This prototype is live [here on Render](https://model-show-registration-alpha-prototype.onrender.com/).
Loading