A mock-up of a profile page with functionality to update: name, date of birth, favourite activity and favourite colour.
- Clone
https://github.com/jasminechatfield/profile-page.git
to your computer withgit clone https://github.com/jasminechatfield/profile-page.git
. cd
into the directory containing the repository.- Run
npm install
to install dependencies. - Run
npm start
in the directory to compile it and open it in a browser.