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:
-
Name of your Application
-
Keywords You should include at least 3 keywords for your project to identify the features of your project, such as: freshness, price, transportation convenience
-
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.
- Brief Description
- Use a paragraph to introduce your project.
Fill in the structued description:
-
Map View:
- [Y/N] Basic Map with specific location (your map is located in a meaningful place, city of west lafayette for example)
- [Y/N] [describe] Any cover on the map (for example, cloud cover to show the weather effect)
-
Data Visualization:
- [Y/N] [describe] Use Graph? What is the type? (bar chart, pie chart, radar chart ...)
- [Y/N] [List] Any interaction available on the graph? List them (enable click on numbers, drag on lines, change time/variables ...)
-
Interaction Form:
- [Y/N] [List] Any information output? list them. (text field, text area, label, plain HTML ...)
- [Y/N] [List] Any operation option (filters)? List them. (search markets, search vegetables, filter based on price, sort based on convenience ...)
- [Y/N] [List] Any information input? List them. (comments, markers, user preference ...)
- [Y/N] [List] Interaction with Map? List them. (filter on price will affect map markers, sort on price will affect map markers, ...)
- [Y/N] [List] Interaction with data visualization? List them. (filter, sort, set variables ...)
-
Test Case Which browsers did you test your project on? Chrome, IE, Edge, Safari, or Firefox?
-
Additional information You Want to Share with Us E.g. any problems you faced/fixed, where you reached out to for help, etc.