In my first semester project, the task was to make a website for a science museum called Community Science Museum. We had 8 weeks to make the design and to code it using HTML and CSS. The target audience was kids in the age gap 7-15 years old.
The task said to make an informative and appealing website to attract middle school pupils and their parents, with the following requirements:
- A design that appeals to the target audience.
- At least 4-6 pages.
- CSS that follows the DRY-principles.
- Images under 200kb.
- Consideration to WCAG principles - hierarchy, navigation and colour usage.
- Responsiveness and easy to use on various devices.
- Consideration for content strategy and SEO.
- Clone the repo:
git clone git@github.com:MartineMidttveit/Semester-Project-1.git- Install the dependencies:
npm install
To run the website, run the following commands:
npm run start