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

Create a Form to Add New Projects (Title, Description, Technologies, Link, Image Upload) #14

Open
andrew21-mch opened this issue Aug 16, 2024 · 0 comments
Labels

Comments

@andrew21-mch
Copy link
Contributor

Design a form that allows users to add new projects to their portfolio. The form should include fields for the project title, description, technologies used, a link to the project, and an image upload option.

Steps to Complete:

Develop the form with fields for the project title, description, technologies used, project link, and image upload.
Implement server-side processing to handle the form submission, validate the inputs, and save the new project to the database.
Ensure the image upload is handled securely, with validation for file type and size.

Acceptance Criteria:

Users can add new projects, including uploading an image, which are saved to the database.
The form includes validation to ensure all inputs are correctly formatted and secure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant