CssMicro (1)
CssMicro (1)
MICRO PROJECT
Academic year: 2024-2025
Certificate
Seal Of
Institution
Annexure - I
sr.
Name of resources/Material Specifications Qty Remarks
No.
Processor: i3
1. Computer 1
RAM : 4.00 GB
2. Microsoft Word Word -2016 1
3. Printer Hp Laser Jet 1
6.0 Name of Team Members with Roll No:
1.0 Rationale:
Developing a quote generator project aims to leverage the motivational power of quotes to inspire and en
gage users. This project focuses on creating a centralized, accessible platform that offers a vast repository
of quotes from various authors and time periods
Sr.
Name of resources/Material Specifications Qty Remarks
No.
Processor: i3
1. Computer 1
RAM: 4.00 GB
2. Microsoft Word Word -2016 1
3. Printer Hp Laser Jet 1
https://www.academia.edu 1
4. Book/Site name
2 Literature Survey .
Information Collection
3 Completion of the
Target as per project
proposal
4 Analysis of Data and
representation
5 Quality of Prototype/
Model/Content
6 Report Preparation
(B) Individual Presentation/Viva Out of 4
7 Presentation .
8 Viva
<script>
async function fetchQuote() {
try {
const response = await
fetch('https://quotes15.p.rapidapi.com/quotes/random/?language_code=en', {
method: 'GET',
headers: {
'x-rapidapi-host': 'quotes15.p.rapidapi.com',
'x-rapidapi-key':
'f63229bf76mshaefe2a30e161d54p11a15ajsnd6e14f92b349'
}
});
if (!response.ok) {
throw new Error(`HTTP error! status: ${response.status}`);
}
const data = await response.json();
document.getElementById('quote').innerText = data.content;
document.getElementById('author').innerText = `—
${data.originator.name}`;
} catch (error) {
console.error('Error fetching the quote:', error);
document.getElementById('quote').innerText = 'Failed to fetch quote.
Please try again later.';
document.getElementById('author').innerText = '';
}
}
document.getElementById('new-quote').addEventListener('click',
fetchQuote);
https://www.mybib.com/tools/apa-citation-generator?form=MG0AV34
https://www.scribbr.com/citation/generator/?form=MG0AV3o