Skip to content
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

completed basic entry form for new tree #25

Merged
merged 1 commit into from
Jan 31, 2025
Merged

completed basic entry form for new tree #25

merged 1 commit into from
Jan 31, 2025

Conversation

tomaseuu
Copy link
Collaborator

@tomaseuu tomaseuu commented Jan 31, 2025

Developer: Thomas Le

Closes #5

Pull Request Summary

I added a tree entry form where users can input details about a tree, like its name, species, location, and condition. I just input those for fun as examples to play around with Chakra UI (box, Vstack, etc.). Users can also upload a photo. The form keeps track of what the user types and, when submitted, shows all the entered information on the page. It uses Chakra UI for styling and React state to handle the form data.

Modifications

{list out the files created/modified and a brief description of what was changed}
/newTreeForm/page.tsx - I edited this file. It contains the Tree Entry Form where users can input tree details, select the tree condition, and upload a photo. It also displays the submitted data once the form is submitted.

Testing Considerations

I only tested to see if it would work on the localhost, in which it did!
http://localhost:3000/newTreeForm

Pull Request Checklist

  • Code is neat, readable, and works
  • Comments are appropriate
  • The commit messages follows our guidelines
  • The developer name is specified
  • The summary is completed
  • Assign reviewers

Screenshots/Screencast

image

@elhagen13 elhagen13 merged commit c40205b into develop Jan 31, 2025
4 checks passed
@elhagen13
Copy link
Collaborator

Looks good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Entry form for new tree
2 participants