Giter Club home page Giter Club logo

trip-planner's Introduction

Hi, I'm Luna!

29 | she/her

About me

I'm a recent graduate of a Full Stack Web Development program at the University of Minnesota, and I'm actively looking for my first engineering opportunity. I love solving unique problems with code, and I'm particularly interested in web accessibility. Some of my favorite technologies and languages include JavaScript, C/C++, Python, Rust, and Lua. I'm also comfortable working with Linux, BASH, and coreutils.

Hobbies and interests

In my free time, I enjoy music and video games. I'm a big fan of Valorant and formerly played a lot of Overwatch. In fact, I was so inspired by Overwatch that I created a Workshop mode coding AI for every single hero in the game.

Other interests of mine include SPACE - I'm a big NASA fan and the JWST really excites me.

trip-planner's People

Contributors

ecarlson0123 avatar ghashe avatar msnaye avatar snowlune avatar vuelee0 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

trip-planner's Issues

Update createDay text

Update createDay to output date as date in timezone local to location
Add "On {date} the weather will be"

add submit handler for form

  • Add a function that handles location and date values upon submit event in the main form.

    • This is the function that kickstarts the rest of the calls that will be made to create weather and event objects, then creates the day event
  • Add an event listener to call this function

Style .day section element

Add the following temporarily into the day-events article element.

<section class="day"><h2 class="event-date">Thu Jan 1, 1970</h2><div class="weather"><div class="weather-main"><img class="weather-main-icon" src=""><p class="weather-main-text">Clear</p></div><div class="weather-temp"><p class="weather-high">34</p><p class="weather-low">10</p></div></div><div class="events"><div class="event"><img class="event-thumbnail" src=""><p class="event-title">Test Debug in Concert</p><p class="event-time-and-venue"><span class="event-time">3:00pm</span><span class="event-venue">Big Concert Hall</span></p><p class="event-description">Test Debug lorem ipsum tour</p></div><div class="event"><img class="event-thumbnail" src=""><p class="event-title">Test Debug 2 in Concert</p><p class="event-time-and-venue"><span class="event-time">9:00pm</span><span class="event-venue">Music Place Center</span></p><p class="event-description">Test Debug lorem ipsum tour 2</p></div></div></section>

  • Style with tailwind and css as you normally would to match the mockup
  • When you are finished add the tailwind classes to their corresponding "className = " assignment in script.js
  • Remove the template from the html when you are finished
  • Push feat branch and PR

Link tailwindcss

Get tailwind to work correctly in a feature branch then pull request

Style footer

  • Background color of footer should be darker than the rest of the body.
  • Text should be smaller and centered.

Create footer html

Should contain information, such as names of the authors and APIs used

Add weather class

Add a Weather class that contains the functions for asynchronously pulling weather information to itself

More precisely define purpose and functionality

Define the scope and functionality of the project

  • What problem are we solving?
    • A user visits our site to do what exactly?
  • What are the inputs and outputs of the website?
  • What does the site look like when we first visit it?

We should be able to create a complete user story and our own acceptance criteria.

Once we have done this we can begin to break down the project into smaller pieces with individual scope.

Style main element

Style the main element with id main-content

Use tailwind and/or css to create centered 1200px wide. uses id #main-content. HTML exists, just needs styling

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.