https://github.com/ecelis/parade
https://github.com/ecelis/parade
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ecelis/parade
- Owner: ecelis
- Created: 2025-04-14T22:58:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T23:36:57.000Z (about 1 year ago)
- Last Synced: 2025-04-15T00:29:03.454Z (about 1 year ago)
- Language: TypeScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parade Excercise
## Functional requirements of the application:
- Form to join as a participant:
- Name
- Manager email address
- Type of participant (Band or Carriage)
- Foundation date.
- A view for managing the position (order) of the participants in the parade.
- Every new participant will be placed at the last position of the list by default.
- The view for joining as a participant will be public.
- The admin view must be protected with authentication so only admins can log in.
- The admin will be able to edit any information about participants.
- The admin will be able to modify the order of the participants in the listing view.
## Resources
[NextJS Documentation](https://nextjs.org/docs)