Skip to content

wdi-sf-fall/final-project-specs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

FINAL PROJECT DESCRIPTION

For the final project you will use your knowledge of front and back-end web development to produce an awesome web application that can be used by friends, family or any of the other billions of people who use the Internet. The type of web application you create is your choice.

The objective of this project is:

  • To apply knowledge by building a web application from the ground up.
  • To demonstrate mastery of topics covered during this course.
  • To showcase your abilities to potential employers, friends, family, and community members.

CORE REQUIREMENTS

  • Test It. You must write request and feature specs.
  • Authentication and Authorization. Your app will maintain user accounts and profiles. Login credentials must be validated before users can gain access to your application.
  • Handles invalid data. Forms in your application should validate data and handle incorrect inputs. Validate sign up information, verify valid email addresses and secure passwords.
  • Partials. Use partials to DRY (Don’t Repeat Yourself) up your views.
  • JavaScript & jQuery. Spice up the front-end of your app and have some event driven functionality. Pick framework(s) and/or library(s) to improve your js codebase cleanliness, DRYness, and maintanability. If you want to write a JSON API with Rails, and build your frontend as a pure JS app, then go for it.
  • CSS & Styling
  • AJAX. Use AJAX to communicate with the server without reloading the page. Some things to consider might be validating or saving form input.
  • Rails or Node. You can build your app in Rails or Node.
  • External APIs. Use external APIs to add functionality to your app.
  • Heroku. Deploy your code to Heroku.
  • Documentation. README.md contains purpose and description of app and code is commented.

OPTIONAL ADD-ONS

  • Angular.js Incorporate Angular when building your app.
  • Responsive Design Use responsive design techniques to make your site beautiful on various screen sizes. Consider using Twitter Bootstrap or another css framework to help with this.

PLANNING & DELIVERABLES

Planning:

  • Group members (Optional) If you want to work in a group, we think you’ll learn the most if you work in groups of 2, but you may have groups of up to 3. If you plan on having a group of 3, please first consult with instructors.
  • Scope. What features will it have? What do you reasonably think you can implement in the time period?

Project plan deliverables:

  • Wireframes. Begin sketching out on paper what a few of your core pages will look like and how they will work.
  • MVP. Provide a summary of the project and a list of MVP features.
  • Milestones. Outline some milestones for yourself based on how you prefer to work.

Final project deliverables:

  • Link to Heroku hosted project
  • Link to source code on GitHub

TIMELINE

  • Thursday, December 18th at 10:00am - Final project deliverables due

WHAT WE ARE LOOKING FOR

Make sure that your code is:

  • Dynamic
  • Flexible/extensible
  • Well-commented
  • Well-formatted
  • Follows naming conventions
  • Tested
  • Clean

We’ll also be looking at:

  • Quality of communication around decision-making. That is, can you defend why you chose a certain technology or why you implemented your solution in a certain way?
  • Your ability to pick up new technologies.
  • Your ability to take full advantage of a language’s features.

This is the last thing you are going to build at WDI - think carefully about what you are going to build and then put forth your best effort, we'll be with you every step of the way!

Releases

No releases published

Packages

No packages published