0% found this document useful (0 votes)
11 views1 page

Developer

The document outlines requirements for creating a user signup and login page that redirects to a profile page where additional user details can be updated. Technical specifications include using separate files for HTML, CSS, JavaScript and PHP, compiling SCSS to CSS, handling form submission via Ajax without page refresh, storing data in a MySQL database and JSON file, and hosting on Heroku or AWS.

Uploaded by

Naveen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

Developer

The document outlines requirements for creating a user signup and login page that redirects to a profile page where additional user details can be updated. Technical specifications include using separate files for HTML, CSS, JavaScript and PHP, compiling SCSS to CSS, handling form submission via Ajax without page refresh, storing data in a MySQL database and JSON file, and hosting on Heroku or AWS.

Uploaded by

Naveen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Problem Statement :

Create a signup page where a user can register and a login page
to log in with the details provided during registration

Successful login should redirect to a profile page which should


contain additional details such as age,dob,contact, etc
that can be updated by the user

Points to remember :

Html, CSS, JavaScript, PHP should be in separate files.

CSS should be written using sass/scss. The project should


contain both scss file and compiled css file.

The form submission should be handled using ajax, do not use


HTML form action. Use bootstrap to make page responsive
.
Don't use more than two fonts and any icons or images should
be in SVG format Use jQuery to simplify dom manipulations.

User data should be stored in MySql DB and also in the JSON file.
Use prepared statements while performing MySql queries.

Host it on Heroku or AWS

WEB DEVELOPER

You might also like