Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Readme Introduction

This is a guide for how to set up your README.md file for your IronHack Application. The file should have following fields:

  1. Name of your Application

  2. Keywords You should include at least 3 keywords for your project to identify the features of your project, such as: freshness, price, transportation convenience

  3. Description of the datasets and function design

  • [name] [link] [data type] [data columns used] [data amount] Please provide a name+link+basicInfo to each dataset you have used.
  1. Brief Description
  • Use a paragraph to introduce your project.

Fill in the structued description:

  • Map View:

    1. [Y/N] Basic Map with specific location (your map is located in a meaningful place, city of west lafayette for example)
    2. [Y/N] [describe] Any cover on the map (for example, cloud cover to show the weather effect)
  • Data Visualization:

    1. [Y/N] [describe] Use Graph? What is the type? (bar chart, pie chart, radar chart ...)
    2. [Y/N] [List] Any interaction available on the graph? List them (enable click on numbers, drag on lines, change time/variables ...)
  • Interaction Form:

    1. [Y/N] [List] Any information output? list them. (text field, text area, label, plain HTML ...)
    2. [Y/N] [List] Any operation option (filters)? List them. (search markets, search vegetables, filter based on price, sort based on convenience ...)
    3. [Y/N] [List] Any information input? List them. (comments, markers, user preference ...)
    4. [Y/N] [List] Interaction with Map? List them. (filter on price will affect map markers, sort on price will affect map markers, ...)
    5. [Y/N] [List] Interaction with data visualization? List them. (filter, sort, set variables ...)
  1. Test Case Which browsers did you test your project on? Chrome, IE, Edge, Safari, or Firefox?

  2. Additional information You Want to Share with Us E.g. any problems you faced/fixed, where you reached out to for help, etc.