jesjo001 / jobCity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Get a free API Key at https://www.visualcrossing.com/account

  2. Clone the repo

    git clone https://github.com/jesjo001/jobCity
  3. Install NPM packages

    npm install
  4. Enter your API in .env

    REACT_APP_WEATHER_API_KEY = 'ENTER YOUR API';

    Usage

    1. Click on a calendar date to open a pop up modal
    2. Enter details and click the ADD REMINDER button to add a reminder
    3. Click on the delete button on the modal to delete task
    4. Weather report is on the modal title area

(back to top)

About


Languages

Language:JavaScript 79.0%Language:SCSS 15.9%Language:HTML 4.7%Language:Shell 0.4%