From 5f43196eea9a91ccc30e23c55bd895575b51abe2 Mon Sep 17 00:00:00 2001 From: Animesh Awasthi <115880036+Animeshcoder@users.noreply.github.com> Date: Fri, 12 Jan 2024 01:29:28 +0530 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b772eab..2f6d926 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# Chart-Graphs +Project: Student Data Visualization and Analysis Web Application + +Developed a web application using HTML, CSS, and JavaScript to visualize and analyze student data. +The application displays student data in two tables: one for general student information and another for student exam trends. +The general student information includes details like student name, age, course, sex, joined date, batch, subjects, student ID, phone number, and email. +The student exam trends data includes details like exam code, exam date, result, and percentage. +The application also includes a chart to visualize the student’s exam trends data. The chart is generated using Chart.js, a powerful JavaScript library for data visualization. +The chart can be updated by selecting a date and clicking a button. This feature allows users to focus on specific time periods in the student’s exam history. +This project involved a deep understanding of web development, data visualization, and data analysis. It also required proficiency in coding and the use of third-party libraries like Chart.js.