Skip to content
forked from Emil-Lima/GeoFun

Geography Educational App for Children

Notifications You must be signed in to change notification settings

JazzRose/GeoFun

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

GeoFun

GeoFun is an educational app that helps children learning about geography.

Setup

Note: This setup tutorial assumes that you already have installed a package manager like npm and the version control system git.

  • Open your terminal.
  • In your terminal, go to the folder where you want to save the app.
  • Run the command git clone git@github.com:JazzRose/GeoFun.git
  • Once the download has ended, run cd client
  • Now, to install all the modules for the client run npm i
  • Once the download is completed, run cd ../server
  • Finally, to install the modules for the server run npm i
  • Optional: To get some pre-created users in the database run npm run seeds after the last command.

Tech stack

Core technologies:

JavaScript HTML5 CSS3 NodeJS

Libraries & Frameworks:

React Express.js Leaflet StyledComponents React Router Font Awesome

Database:

MongoDB

Tools:

Insomnia

APIs:

REST Countries

Other resources:

Google Charts

Developed by:

About

Geography Educational App for Children

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.8%
  • CSS 3.6%
  • HTML 2.6%