Skip to content

Latest commit

 

History

History
executable file
·
61 lines (44 loc) · 3.28 KB

File metadata and controls

executable file
·
61 lines (44 loc) · 3.28 KB

Daily Trivia App

A full-stack Node.js and Express web application that allows users to practice their trivia skills on a daily basis.

Table of Contents

  1. Project Overview
  2. Features
  3. Technologies Used
  4. Installation
  5. Usage

Project Overview

Daily Trivia Application that lets users answer a new question every day! Daily Trivia 1 Daily Trivia 2

Features

  • See the question of the day.
  • Respond to the question.
  • If you respond correctly, see answers from other users.

Technologies Used

VS Code JavaScript HTML5 CSS3 NodeJS ExpressJS MongoDBGit

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/Daily-Trivia-App.git
  1. Navigate to the project directory:
cd daily-trivia-app
  1. Install Dependencies:
npm install
  1. Start the server:
npm run dev
  1. Open your browser and go to:
http://localhost:3005

Usage

  1. Read the question of the day at the top of the page.
  2. Respond to the question.
  3. Once you answer the question correctly, browse responses from other users.