A full-stack Node.js and Express web application that allows users to practice their trivia skills on a daily basis.
Daily Trivia Application that lets users answer a new question every day!

- See the question of the day.
- Respond to the question.
- If you respond correctly, see answers from other users.
- Clone the repository:
git clone https://github.com/yourusername/Daily-Trivia-App.git- Navigate to the project directory:
cd daily-trivia-app- Install Dependencies:
npm install- Start the server:
npm run dev- Open your browser and go to:
http://localhost:3005- Read the question of the day at the top of the page.
- Respond to the question.
- Once you answer the question correctly, browse responses from other users.