# Newbie Feature Requirements

## FN8011

Collect literacy rates of various countries and store them in CSV file

{% embed url="<https://www.brantskillscentre.org/wp-content/uploads/2012/05/Literacy-Matters-TD.pdf>" %}

Create a simple graph by using Highcharts.

## FN8012

Collect Indian state popluation from 1951 to 2011

<https://en.wikipedia.org/wiki/List_of_states_in_India_by_past_population>

## FN8013

Collect population by states between 2001 and 2011 and do some charts in Highcharts.

{% embed url="<https://censusindia.gov.in/2011-prov-results/data_files/india/Final_PPT_2011_chapter3.pdf>" %}

## FN8014

Collect vadivelu movies and give a score for each movie. Do a simpe chart with Highcharts and show all scores.

{% embed url="<https://en.wikipedia.org/wiki/Vadivelu_filmography>" %}

## FN8015

Collect Nayanthara movies and give your personal score for each movie. Store them in CSV file and show them in the chart by using Highchart.

{% embed url="<https://en.wikipedia.org/wiki/Nayanthara_filmography>" %}

## FN8016

We want to collect top 100 schools in Tamilnadu. You can collect from various sources and come up with your peronsal score (1-100) for each score.  Store them in CSV file and show a graph in Highcharts.

## FN8017

Collect Vijay movies and give acting score between 1-100 for each movie (your personal score is fine) and store them into CSV.

Do a simple table in HTML with sorting option.&#x20;

## FN8018

Top 10 Thamizh Rap songs:

Madurai Souljour - "Yeppadi Padinaro" Unofficial Street Jam In Thiruvizha <https://www.youtube.com/watch?v=n8weXTyAR_4>

Yogi B & Natchatra - Madai Thiranthu featurin’ Mista G \
<https://www.youtube.com/watch?v=C5EsDsK8HLU>

Collect your favorite top 10 Thamizh rap songs and give them score for each song. Do a simple chart with them.

## FN8019

Collect 25 random South Indian school kids' 5$CAD wishlist and share with us. We will find a random kid and let their kids' come true.

Put them in the table.

## FN8020

Top 10 revolutionaries who support women right, african american rights

## FN8021

Top 10 Local restaurants in Chennai, Madurai, Toronto, New York

## FN8023

Top 100 Youtube channels and their Genre

## FN8024

Top 50 Best Innovative companies

## FN8025

Top 10 Influencers in the Finance world

## FN8026

Collect the release information and show some visual on it.

{% embed url="<https://code2care.org/2015/list-eclipse-ide-versions-future-releases-mars-neon>" %}

## FN8027

```
{"_id":{"$oid":"5fd1fea9a45f8ae2b5d3263d"},"featurepreneur_id":"","api_key":"","created_at":"","expire_at":"","approved_by":""}
```

Beautify this content in Python or any other programming

## FN8028 - Collect Top 10 Video Streaming Platform

Collect the data and visualize using Highcharts

## FN8029 - Top 15 most visited websites in the World&#x20;

Collect the data and visualize using Highcharts

## FN8030 - Top 25 Influencers  across Social Media

Collect the data and visualize using Highcharts

## FN8031 - Top 7 Most Worthy Global Brands&#x20;

Collect the data and visualize using Highcharts

## FN8031 - Visualize Amazon's Revenue Breakdown

Classify according to the percent of income from every category.

## FN8032 - Most Loved Products during Pandemic

Collect the most loved brands during 2020 by the people worldwide

## FN8033 - Top 10 Green Energy Companies by Market Capitalisation

Collect the top Green Energy producing companies in NYSE.

## FN8034 - Major acquisitions of Microsoft to date

Collect the companies that are acquired by Microsoft&#x20;

## FN8035 - Top 7 Paid News Subscription Websites

Collect the most popular news subscription sites with its number of users

## FN8036 - Visualise Bitcoin Growth for 5 years

Show the growth of top 5 bitcoin stocks in NYSE&#x20;

## FN8037 - Important events timeline during Pandemic

Visualize a timeline structure showing the most important global events that occurred during the pandemic.

## FN8038 - Change of Gaming Trend from 90's

Collect the data of Gaming Insights and find the reason for its changes.

## FN8038 - How long will Amazon survive?

Collect the insights and rise of Amazon and predict how long will it survive in this rapidly changing world

## FN8039 - World's Largest IPOs&#x20;

Collect the best IPOs that produced great benefits for its investor in the long run.

## FN8040 - Sectors most affected by Pandemic

Collect data based on the net loss faced by each sector and Visualize the major sectors affected by pandemic and lead to unemployment.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tactlabs.gitbook.io/featurepreneur/newbie-feature-requiremets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
