Giter Site home page Giter Site logo

nvandenberge / letsplanaday Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 3.0 5.63 MB

JHU Coding Bootcamp-Project 1 (Anthony, Jackie, Kyle, Nick)

Home Page: https://nvandenberge.github.io/LetsPlanADay/

License: MIT License

HTML 32.44% CSS 25.63% JavaScript 41.92%

letsplanaday's People

Contributors

ahbwebdev avatar jacqueline8996 avatar nvandenberge avatar spental avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

letsplanaday's Issues

Jackie:

  • Research color scheme for site.
  • Sketch up a visual design

Feature: Remove number counter from zip input

Add the following code to the style.css to get rid of the number counter. Make sure to add a comment above the code describing the purpose

// Add comment here
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

Feature: Button/Link to homepage

On the resultspage.html (and potentially the final page where we "email" the user their choices) we'll want a button or hyperlink in the top left corner that redirects the user page to homepage so they may start over.

Feature: Update the README file

Like all of homework assignments, I believe this Projects needs a README file. For some examples you can checkout some of the repos that start with 'Homework- ' on Nick's Github account.

Sections we may need:

  • Description
  • Technologies (HTML, CSS, jQuery, MaterializeCSS, etc.)
  • Mock-up (image of homepage and resultspage)
  • Demo (copy the live link in Project-1 repo)
  • Contributors (All our names)
  • Future Enhancements

Feature: Redirect to resultspage.html

When the user clicks the 'Let's Go' button on homepage, the 'resultspage.html' should load. I know this can be done in JS, but I think there may be an HTML attribute that can do this also.

Feature: Add Max-Length of Zip Code Input

Only allow a max of 5 characters into the zip code input because zip codes are 5 numbers long. This can be done by adding a specific attribute to the element on homepage.

Bug: Update Zip Code Input Type

Fix zip code input on homepage to be single line. Currently when you hit Enter, there is a line break in the input box. This is because we have a 'textarea' class on input, we most likely want something like a 'text' class. Check Materialize UI for more info.

Feature: Update placeholder text color

Update placeholder text color of zip input to black color on homepage. (The white text against a teal colored background is a little bit of an 'eye sore')

Update folder structure

We can save this one until the very end. Ideally we should create an "Assets" with 3 sub folders (images, css, js).

** the images folder will contain the screenshots of our app that will be included in the README file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.