Skip to content
 
 

Latest commit

 

History

37 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 dev-easy-group-project2

🚀 Overview

This project was developed by Easy Group 3 as part of our Web Development course.
The goal was to create a fun and interactive webpage that presents a random fact to students, enhancing engagement and delivering quick, interesting info.


👥 Team Members


🔗 Live Demo

👉 reedwillis.github.io/dev-easy-group-project


🛠️ Technologies Used

  • HTML5
  • CSS3
  • JavaScript

📂 Project Structure

dev-easy-group-project2/ ├── index.html ├── styles/ │ └── style.css ├── scripts/ │ └── script.js ├── devEasyWireframe.jpg └── README.md


🧪 Sample Code

fetch('https://api.example.com/randomfact')
  .then(response => response.json())
  .then(data => {
    document.getElementById('fact').textContent = data.fact;
  });

🔄 Recent Changes

  • Removed hardcoded facts
  • Integrated external API to fetch dynamic facts

💬 Quote

“The beautiful thing about learning is that nobody can take it away from you.” – B.B. King


✅ Future Enhancements

Add user authentication to personalize facts Implement a feature to share facts on social media Enhance mobile responsiveness

🖼️ Preview

Screenshot of the Random Fact project

About

Easy group 3 working on a fact for all students in the class

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages