Skip to content

khushalmajoka/Exoplanet-Query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Exoplanet Query

This is a React project created using Vite, a build tool that aims to be fast and provides an optimized development experience. The project includes a sortable table component that displays exoplanet data fetched from a csv that is download from Exoplanet Archive.

image

Table of Contents

Live Demo

Check out the live demo of the project: Exoplanet Query

Features

  • Sortable table displaying exoplanet data.
  • Column sorting functionality with ascending and descending order.
  • External links to detailed information for each planet.
  • Responsive design using Tailwind CSS.
  • React Icons for sorting arrows and external link icons.

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/khushalmajoka/Exoplanet-Query.git
    cd react-vite-exoplanet-table
    
  2. Install dependencies:

    npm install
    
  3. Run the development server:

    npm run dev
    

This will start the development server.

Usage

Once the development server is running, you can access the sortable exoplanet table in your web browser. The table headers are clickable, allowing you to sort the data in ascending or descending order based on the clicked column.

  • Click the up arrow icon to sort in ascending order.
  • Click the down arrow icon to sort in descending order.

Each planet name in the table is linked to its detailed information page on the Exoplanet Archive website.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature/bugfix: git checkout -b feature-name.
  3. Make your changes and commit them: git commit -m "Add feature".
  4. Push to your forked repository: git push origin feature-name.
  5. Create a pull request on the original repository.

Please ensure your code follows the project's coding standards and includes relevant documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published