TechnicalParadox / solar-time-tracker

A simple website to search for solar times.

Home Page:https://technicalparadox.github.io/solar-time-tracker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solar-Time-Tracker

This is the first completed collaborative poject for group #2 in UPenn LPS Coding bootcamp.
Class Code: UPENN-VIRT-BO-FSF-PT-10-2020-U-B-TTH.

This app allows the user to find sunrise and sunset times

Contributors

  • TechnicalParadox Giamo Lao
  • Gintstir Gintautas Stirbys

Project Requirements

  • Use a CSS framework other than Bootstrap.
  • Be deployed to GitHub Pages.
  • Be interactive (i.e., accept and respond to user input).
  • Use at least two server-side APIs.
  • Does not use alerts, confirms, or prompts (use modals).
  • Use client-side storage to store persistent data.
  • Be responsive.
  • Have a polished UI.
  • Have a clean repository that meets quality coding standards (file structure, naming conventions, follows best practices for class/id naming conventions, indentation, quality comments, etc.).
  • Have a quality README.
  • Finally, you must add your project to the portfolio that you created in Module 2.

Links

Link to the Github Repository

Link to the Deployed Webiste

Link to Giamo's Portfolio

Link to Gint's Portfolio

Screenshots

Screenshot of website:

Solar-Time-Tracker


Motivation

This group project allowed us to practice a wide range of new skills including but not limited to:

  • Becoming more adept at managing Github worklflow.
  • Learning and implementing a new CSS framework.
  • Navigating and problem solving merge conflicts using Git and Github.

Tech/Framework Used

This project was built from the ground up using:


API Reference

This project uses calls to the following APIs:

License


MIT License

Copyright © 2020 Giamo Lao & Gintautas Stirbys

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Credits

Thank you to @Iconixar from flaticon.

Thank you to Open Source Initiative for the license found above.

Thanks to UPennLPS Coding Bootcamp. Thank you to the bootcamp instructors and TA's for all their help along the way ❤.

About

A simple website to search for solar times.

https://technicalparadox.github.io/solar-time-tracker/

License:MIT License


Languages

Language:JavaScript 59.2%Language:HTML 32.7%Language:CSS 8.2%