Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 876 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 876 Bytes

Heroku

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