fac-15 / CABI-project

Connecting farms with information about pests!

Home Page:https://cabipestalert.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ› PEST ALERT! πŸ›

CABI-project

What the project is about:

Hi!

We made a pest alert app that takes in risk levels of pests in Kenya, Ghana and Zambia from an API and displays information about the pests, how to monitor, prevent and how to treat the affected crops.

🚦 Setup

  1. Option #1: navigate to https://cabipestalert.herokuapp.com/.
  2. Option #2: Clone the repo (or download the .zip file) and run npm i from inside folder.
    2.1. Run npm run dev.
    2.2. Go to your browser and type localhost:1234 to run the app.
  3. Open a seperate terminal tab.
    3.1 Run node src/server.js.
Our Tech Stack:

🧩 Javascript
πŸ”‹ React
🎨 Styled Components
πŸš‹ Express
😻 Parcel
πŸ’‘ ESLint & Prettier

Color Scheme:
  • #ffffff #ffffff - White
  • #000000 #000000 - Black
  • #368729 #368729 - Low Risk
  • #71cc98 #71cc98 - Background Green
  • #007367 #007367 - Button Green
  • #cd4400 #cd4400 - High Risk
  • #ffce00 #ffce00 - Medium Risk

#004587 #004587 - Accent #00b5e2 #00b5e2 - Accent #a05EB5 #a05EB5 - Accent #e10098 #e10098 - Accent #80225f #80225f - Accent

User stories

  1. As a user, I want to be able to choose my location

  2. As a user, I want to be able to choose a crop and see info about the crop-specific pests

  3. As a user, I want to be able to choose a pest and see information about that specific pest

  4. As a user, I want to be able to visualise a summary of all the crops and pests available for my area

  5. As a user, I want to be able to input information about how many farmers have planted that season as a percentage

  6. As a user, I want to be able to report if I have seen unexpected pest activity

Stretch Goals

  • Collect more input data

  • Testing

  • Make the factsheet text formatted

  • GeoLocation

  • Notifications

  • Risk level in Identification page

React Planning

Thanks for reading!

About

Connecting farms with information about pests!

https://cabipestalert.herokuapp.com/


Languages

Language:JavaScript 92.6%Language:CSS 5.3%Language:Python 1.5%Language:HTML 0.6%