This project was created as part of my Website Development module at West Nottinghamshire College in Year 1 of my Level 3 BTEC Computer Science course.
The project is a basic HTML website with:
- Multiple pages
- Fully responsive, with content dynamically adjusting to fit the screen and a mobile navigation menu
- A custom slideshow system implemented with JavaScript
- Embedded content from YouTube and Komoot
View the live website here: web-assignment.george1.co.uk
- HTML
- Tailwind CSS
- JavaScript
- Clone this repository:
git clone https://github.com/george-593/web-assignment.git
cd web-assignment- Install dependencies
npm install- Run Tailwind CSS
npm run tw- Run development server
npm run devUse an extension in your code editor, such as Live Server for VSCode