FEWDR Final Project Web Site
Welcome
Welcome to my Final Project.
This is my final project for a course from General Assembly.
The course title is Front-End Web Development.
About the course (briefly)
It is a fully-remote course. We meet twice weekly using Slack and Zoom. Much of our work is done using CodePen, with a few assignments in CodeSandbox.
Project Information
Objectives
- Demonstrate an understanding of all topics covered during this course.
- Structure, design, and style your site with HTML and CSS
- Use JavaScript to make your site interactive
- Combine technical and design skills to create a responsive website that is compatible with mobile devices
- Apply knowledge gained during this course by building a website from scratch
- Use your creativity — your instructor will validate feasibility and manage scope
Prompt
For the final project, you'll be designing and building a website of your choice. This project will test your knowledge of front-end web development and ask you to apply everything you've learned in this course. The result will be a website that you can add to your portfolio. You could create: a portfolio website; a marketing website for a startup or business; or a prototype for a simple web-app. Work with your instructor to create project goals that are realistic given the scope and timing of the class
Deliverables
Wireframes outlining the structure of your website
A website composed of HTML, CSS, and JavaScript
Requirements
Use HTML to correctly structure the DOM:
- Use HTML5 structural elements (header, footer, nav, footer)
- Demonstrate correct use of classes and IDs
- Select the appropriate tags to markup content
Use CSS to style the page:
- Apply fonts, colors, and styles to elements and the page
- Demonstrate use of flex or grid properties and the box model
- Use JavaScript to add interactive elements to the page