Skip to content

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,Bootstrap, HTML, CSS.

kasia-js/TodayFacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodayFacts

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. Then the user can search for any other date, select the most popular date from the cloud tag provided, and add facts to favorites.

Website

Please see the deployed website for more functionality: https://today-facts.herokuapp.com/#

Screenshots

Getting started

  1. Clone this repo and enter!
git clone https://github.com/kasia-js/TodayFacts.git
  1. Install dependencies.
npm i # in the main folder
cd client && npm i 
  1. Build application
cd client && npm run build
  1. Start the app.
cd Server && sudo systemctl start mongod # start mongoDB in Server folder
cd .. && npm run start # start application in main folder

Then in the browser go to http://localhost:3001

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,Bootstrap, HTML, CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published