Pinned Repositories
blog-app
interview-challenges
lollipop-dodge
Javascript game similar to flappy bird, except it is a unicorn and instead of pipes, they are lollipops. You must guide the unicorn through the lollipops without hitting any.
my-pet-pikachu
Set the time of the day Pikachu should wake up, be adorable, eat, battle, and nap. At any time, you may stop what pikachu is doing and party together instead.
python-preclass
react-recipe-app
recipe
Recipe Application using React public routers and private routers with login authorization storage
service-contact-form
Schmidt's Home Services Company Website
shopping-list
Shopping list that receives user input for item, price, and quantity. For each line item, a total is calculated (pre-tax). Decimal values are accepted and handled properly for calculation purposes. there is functioning edit and remove buttons. Edit can alter any of the values associated with the item. Clear all button clears the list. The list is saved in local storage for convenience.
tetris
Fully functioning tetris game. Features a preview of the next tetromino and an on-screen control pad for mobile use. Keyboard commands are also accepted.
PennyNichols's Repositories
PennyNichols/tetris
Fully functioning tetris game. Features a preview of the next tetromino and an on-screen control pad for mobile use. Keyboard commands are also accepted.
PennyNichols/shopping-list
Shopping list that receives user input for item, price, and quantity. For each line item, a total is calculated (pre-tax). Decimal values are accepted and handled properly for calculation purposes. there is functioning edit and remove buttons. Edit can alter any of the values associated with the item. Clear all button clears the list. The list is saved in local storage for convenience.
PennyNichols/analogue-clock
html css and javascript analogue clock with hour, minutes, and seconds hands.
PennyNichols/blog-react
PennyNichols/book-list
PennyNichols/bootstrap-in-class
PennyNichols/bootstrap-website
PennyNichols/bouncing-balls
Bouncing balls with random sizes and colors that expand on mouseover.
PennyNichols/calculator
Basic Calculator (one operation input at a time)
PennyNichols/checkout-page
PennyNichols/country-app
PennyNichols/ecommerce
PennyNichols/flex-box
flex-box and media queries in-class
PennyNichols/form-indexeddb
takes appointment information from a form, stores it in indexedDB, notifies client that appointment has been made, displays scheduled appointments for the client with a button to cancel for each booking.
PennyNichols/google_landing_page
Group project to replicate the google landing page
PennyNichols/guess-number
Guessing game. The program randomly selects a number between 1 and 10. If the user guess is too low, the program instructs a higher guess. If the user guess is too high, the program instructs a lower guess.
PennyNichols/image-carousel
autoplay or manual control image rotation with image descriptions
PennyNichols/informational-website
my first full website build. This is an informational website with customizable, personalized themes the user can choose from. The theme settings are saved in local storage and will remain the users selected color on their next visit to the page. This site contains a pdf download link, and previews of featured posts that link that route to matching blog pages.
PennyNichols/jquery-practice
PennyNichols/js-arrays
in-class js arrays
PennyNichols/js-lesson-1
PennyNichols/js-practice
PennyNichols/jsx
PennyNichols/my-portfolio
My portfolio / resume / freelance contact website.
PennyNichols/react-1
PennyNichols/rental
Private vacation home rental website with a backend server and database. https://birmingham-home-rental.herokuapp.com/
PennyNichols/resume-website
Professional resume website with 8 color selections for hiring managers to choose from. Color selection is saved in local storage and remembered by the browser on their next visit. There are links to download a word document or pdf, both custom tailored to match the resume website. Progress bars to show skill set mastery and timeline for education, achievements, certifications and work history.
PennyNichols/sass
PennyNichols/services-website
Services website with expandable navigation for small screen sizes. This site features service cards containing a short description of the service and serving as a link to a separate page describing the service. This site has review cards for featured client reviews. Finally, this site contains an appointment form at the bottom is linked with indexedDB to store appointment details in the browser so clients can see and cancel their appointments directly on the website.
PennyNichols/todo-app