Code Monkey home page Code Monkey logo

team-one's Introduction

CodeRed - Oil and Gas Data Visualization

Introduction

This project aims to provide a visual representation of oil and gas data, with the goal of making information more accessible and easier to understand. CodeRed is a hackathon project developed to help users gain insights into the industry and make data-driven decisions.

Features

  • Interactive visualizations of oil and gas data
  • Real-time updates of industry trends and statistics
  • User-friendly interface for easy navigation and analysis

Tech Stack

  • React
  • JavaScript
  • HTML/CSS

Usage

  1. Clone the repository to your local machine
  2. Install the required packages with npm install
  3. Run the app with npm start

team-one's People

Contributors

jetskipenguin avatar ethanmaxey avatar saalihahlatiff avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

saalihahlatiff

team-one's Issues

Find state specific datasets and parse data

Data needs to be parsed in this format:

{ name: "North Dakota" , value: 3149948.0 },
{ name: "Oklahoma" , value: 3701224.0 },
{ name: "Louisiana" , value: 4267246.0 },
{ name: "New Mexico" , value: 2705034.0 },
{ name: "Texas" , value: 23447172.0 },
{ name: "Wyoming" , value: 2894624.0 },
{ name: "Alaska" , value: 15338781.0 },
{ name: "California" , value: 9988225.0 },
{ name: "other" , value: 8945639.0 },

and placed in the data/data.js folder in the corresponding graph's directory

update state click function

currently a tab that says "you clicked on (state name)" pops up. we need to make the function lead to the specified state's statistics page

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.