TiagoSansao / Diary-tools

A React Native application with some tools that you may use in your day.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Diary Tools

A React Native application with some tools that you may use in your day.

AboutProject statusPreviewGetting startedTechnologies


💁 About

This application currently has three features:

  • Weather forecast (it is shown in degrees Celsius
  • BMI Calculator (the units of measurement used are meter and kilogram)
  • Jokenpo game (you can play alone or against a friend)

You can download it on Google Play Store clicking here!


Project status

- The project is finalized! 🎇


Preview

GIF showing the app      IMG showing the home page

💻 Getting started

⚠️ It's necessary to have Node.JS or Yarn installed to be able to proceed from here;

  • Instructions
# Clone the repository
$ git clone https://github.com/TiagoSansao/Diary-tools

# Go to the directory
$ cd Diary-tools/

# Install all the dependencies
$ yarn install

# Start the application
$ expo start

❗ In order to be able to use the Weather Forecast feature, you will have to create an account on OpenWeatherMap API, get your private key and create an .env file with this structure: WEATHER_API = {your API key here}, you need to place the equalty sign between spaces, in the same way I showed.



🔥 Developed by Tiago Schulz Sansão 👋 Check my LinkedIn

About

A React Native application with some tools that you may use in your day.


Languages

Language:JavaScript 100.0%