loganek / TodayFacts

A full-stack web app designed to display events around the world on a given day. Tech stack: React, JavaScript, Node.js, Express, MongoDB, Mongoose,HTML, CSS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TodayFacts

TodayFacts is a web app created to provide information about events around the world on a given date. When a user opens the site, the facts of today are displayed. The user can then search for any other date or select the most popular date from the cloud tag provided.

Screenshots

Getting started

  1. Clone this repo and enter!

    git clone https://github.com/kasia-js/TodayFacts.git
  2. Install dependencies.

    cd client && npm i
    cd ../server && npm i
  3. Start the app.

  • on the server folder, start data base (commands for linux)
    sudo systemctl start mongod
    mongo
  • on the server folder
    nodemon index.js
  • on the client folder
    npm start

Built with

Developers:

About

A full-stack web app designed to display events around the world on a given day. Tech stack: React, JavaScript, Node.js, Express, MongoDB, Mongoose,HTML, CSS.


Languages

Language:JavaScript 76.8%Language:CSS 14.7%Language:HTML 8.4%Language:Shell 0.1%