Skip to content

An Exclusive Design made for and with Marijn Meijles, a 44 year old technical Chief Architect who has a motor disorder. With the Metal travel planner Marijn can easily and quickly plan his train journeys.

License

Notifications You must be signed in to change notification settings

veerleprins/human-centered-design-2021

 
 

Repository files navigation

Exclusive Design for Marijn Meijles

Screenshot of the final prototype

by Veerle Prins

✒️ Description

For the Human Centered Design course in the minor Web Design & Development we learn to create an exclusive design with exclusive design principles for a specific user. This particular user has a barrier that causes him / her to use the internet differently from someone without barrier.

For the full process and how I came to the final version can be read in the Wiki.

🌐 Live Link

Live Demo - Link

⬇️ Install

1. Install npm 💻

Before getting started, you need to install nvm. nvm can be installed by typing the following line of code in terminal and pressing enter:

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh

If nvm has been successfully installed, you can check the version by typing the following line of code in the terminal and pressing enter:

nvm --version

2. 📂 Clone folder

Then you need to download this project and open it with your code editor. To do this, open your terminal with the correct path in which you want this repository. Example:

cd/Desktop/Repos

Then type the following line of code into your terminal:

git clone https://github.com/veerleprins/human-centered-design-2021.git

With this line of code, you've successfully downloaded the repository to your desired location.

3. Install all the packages 📑

Then type the code below into your terminal:

npm i

With this line of code, you download all the packages you need for this repo.

4. ✅ Start and run the code

Go to the repository in the terminal and add the following line of code below:

npm run start

Now you can open http://localhost:PORTNAME/ in your browser (with the port that is being given) to view the web application! 🙌

🔒 License

This repo is licensed as MIT by ©️ Veerle Prins, 2021

Resources

About

An Exclusive Design made for and with Marijn Meijles, a 44 year old technical Chief Architect who has a motor disorder. With the Metal travel planner Marijn can easily and quickly plan his train journeys.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 48.6%
  • CSS 27.5%
  • JavaScript 23.9%