This repository contains the result of an assignment i got during my studies as webdeveloper at KEA. The assignment was:
Create a system in which the user is presented with a website. The website is a one page and one page only site.
The user can enter his/her name, last name, age, and a link to an image.
The data is saved in the local storage.
The page has a button. Clicking on the button shows "another page" that shows all the users with their image, name, last name and age.
The system can save an "unlimited" amount of users.
- Download/Clone the repo.
- Run
npm install
to install dependencies - Run
gulp
to start the development server and open in default browser
You can build the project using the gulp build
script, when done you will find the build version of the project in the /dist
directory.