Skip to content

Latest commit

 

History

History
242 lines (134 loc) · 6.35 KB

README.md

File metadata and controls

242 lines (134 loc) · 6.35 KB

logo

Welcome to my project 😃


Company Financial Insights WA

Screenshot 1 Screenshot 2 Screenshot 3

📗 Table of Contents

📖 [Company Financial Insights WA]

Company Financial Insights WA is a web application that empowers users to visualize and analyze the financial performance of a group of technology companies. The application offers an intuitive interface to explore the revenue trends of individual companies over the past five years, presented in a visually appealing bar chart. Users can delve deeper by selecting a specific year to gain access to comprehensive financial metrics for the chosen company during that period. The project is built using modern web technologies including React, Redux, styled-components, and tailwind, ensuring a robust and scalable solution. Extensive testing using Jest guarantees the reliability and quality of the application.

🛠 Built With

Tech Stack

Client

Key Features

  • Easy to the eyes and cultivating at the same time
  • Dynamic creation of content

(back to top)

🤯 Walk through video

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps:

  • Clone this repo as described in the setup section.
  • Make modifications as preferred

Prerequisites

In order to run this project you need: To clone or fork and run it in a browser

Setup

Clone this repository to your desired folder:

Example commands:

  cd my-folder
  git clone https://github.com/Salimer/Company-Financial-Insights-WA.git

using Ubuntu:

  cd my-desired-folder
  git clone https://github.com/Salimer/Company-Financial-Insights-WA.git

For more information on how to clone or fork a repository:

Install

  • Run npm install

Usage

To run the project, execute the following command:

  • Run npm start

Run tests

To run tests, run the following command:

  • to test validation errors npx hint .

  • to test CSS linter errors npx stylelint "**/*.{css,scss}"

  • to test JavaScript linter errors npx eslint .

  • to run the jest tests npx test

(back to top)

👥 Author

👤 Salim Bamahfoodh

🔭 Future Features

Future changes:

  • Add animations and transitions
  • Add more styles and colors

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

  • Thanks to all Microverse community

(back to top)

📝 License

This project is MIT licensed.

(back to top)