Vladislp / Smart-Brain

Smart-Brain is a web application that allows users to upload their picture and automatically detects the location of the person's face in the image. (Work in progress)
0 stars 2 forks source link

8-Create-Signin-And-Registration-Form #14

Closed Vladislp closed 1 year ago

Vladislp commented 1 year ago

Is your feature request related to a problem? Please describe.

I want to create a signin and registration form for my project, as currently there is no way for users to create accounts or log in to access personalized features or data.

Describe the solution you'd like

I would like to implement a user registration and signin system that allows users to create accounts, log in, and access personalized features. The registration form should collect basic information such as name and password, and should include validation checks to ensure the information is entered correctly. The signin form should allow users to enter their credentials and should authenticate them before granting access to the website.

Describe alternatives you've considered

One alternative solution would be to use third-party authentication providers such as Google or Facebook, which would allow users to log in using their existing accounts. However, this would require additional setup and may not be feasible depending on the project requirements.

Additional context

I am currently using HTML, CSS, and JavaScript for the frontend and Node.js for the backend. Any suggested solutions should be compatible with these technologies.

Vladislp commented 1 year ago

Done for now