mvetois / MyMeteo

Application mobile et extension chrome pour l'affichage de la météo dans une ville souhaitée. Ce projet est un "projet libre" comptant pour ma 4ème année à Epitech.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyMeteo

Mobile app and chrome extension for the weather in a desired city. This project is a "free project" for my fourth year at Epitech.

license - MIT

Key Features

  • Select your city and view the weather at that location

How To Use

To clone and run this program, you'll need Git and NodeJS installed on your computer.

You can then run these commands:

# Clone this repository and go to the repository folder
$> git clone https://github.com/mvetois/MyMeteo.git
$> cd MyMeteo

# In each folder, you will have the process to start this part

# Go to the folder to run the BackEnd
$> cd Backend/

# Go to the folder to run the Chrome extension
$> cd ChromeExt/

# Go to the folder to run the MobileApp
$> cd MobileApp/

Project Organization

├── Backend/            <- BackEnd project (NodeJS TypeScript)
├── ChromeExt/          <- FrontEnd Project (ReactJS TypeScript)
├── MobileApp/          <- MobileApp project (ReactNative TypeScript)
├── README.md           <- The documentation to use the project
├── LICENCE             <- Licence file
└── .gitignore          <- List of all files that Git should ignore

Project Members

About

Application mobile et extension chrome pour l'affichage de la météo dans une ville souhaitée. Ce projet est un "projet libre" comptant pour ma 4ème année à Epitech.

License:MIT License


Languages

Language:TypeScript 98.8%Language:CSS 0.6%Language:HTML 0.4%Language:JavaScript 0.2%