Giter Club home page Giter Club logo

electrifyit-frontend's Introduction

ElectrifyIt Dashboard

Various Screens:

screen-1

screen-2

screen-3 screen-4

Problem Statement

Overview: This dashboard provides a great overview for a vehicle dataset uploaded to a dashboard.

  1. Task 1 - Search Based on the Frequency Basis:

    • Allows clients to search for data within specific timeframes based on frequency.
  2. Task 2 - Search Based on the Start and End Date: -Enables clients to search for vehicle data within specified start and end dates.

  3. Task 3 - Bulk Upload:

    • Facilitates hassle-free upload of data one at a time, simplifying the process of updating a vehicle table.

Setting up the Frontend in Local Environment

To set up UnstopFrontend locally, follow these steps:

  1. Clone the repository:

    https://github.com/sum1275/ElectrifyIt-Frontend.git
  2. Update VITE_API_URL: In src/environments/environment.ts, update the apiUrl to point to your local server environment:

    apiUrl = 'http://localhost:8084/api/vehicle/';
  3. Start the Server: To initiate the application server, execute the following command in your terminal:

    npm run dev
  4. Contributing: Your contributions are essential to the development and improvement of the ElectrifyIt Dashboard. Here are the steps to contribute:

    1. Fork the Project: Begin by creating your own copy of the project on GitHub.
    2. Create Your Feature Branch: Start a new feature by using the command:
      git checkout -b feature/AmazingFeature
      
    3. Commit Your Changes: After completing your feature, commit your changes with:
      git commit -m 'Add some AmazingFeature'
      
    4. Push to the Branch: Upload your new feature to GitHub using:
      git push origin feature/AmazingFeature
      
    5. Open a Pull Request: Finally, submit your changes for review to be potentially merged into the main project.

electrifyit-frontend's People

Contributors

sum1275 avatar

Watchers

 avatar

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.