This repository contains the frontend of the Exoplanet Habitability Predictor project. The application provides an interactive interface for users to input exoplanet data and receive predictions on the potential habitability of the exoplanet. The frontend is built using React and styled with Tailwind CSS. Demo
- User Input Form: An intuitive form for users to enter the necessary exoplanet data.
- Real-time Predictions: Display habitability predictions based on the provided data.
- Responsive Design: Ensures the application is accessible on various devices.
- React: For building the user interface.
- Tailwind CSS: For styling the application with a utility-first CSS framework.
- Axios: For making HTTP requests to the backend API.
- Node.js (v14.x or later)
- npm (v6.x or later)
-
Clone the repository:
git clone https://github.com/Adith628/ExoplanetFrontend.git cd ExoplanetFrontend -
Install dependencies:
npm install
-
Running the Application
npm run dev