# Excel Data Extractor (MERN Stack) A full-stack web application to upload Excel spreadsheets, extract structured data, and display it interactively on a webpage using the MERN stack. --- ## Table of Contents - [Features](#features) - [Tech Stack](#tech-stack) - [Getting Started](#getting-started) - [Installation](#installation) - [Running the App](#running-the-app) - [Usage](#usage) - [Contributing](#contributing) --- ## Features - Parse and validate Excel data with automatic type checking - Display data in React --- ## Tech Stack | Layer | Technology | |-----------|--------------------------| | Frontend | React | | Backend | Node.js, Express | | Excel | SheetJS (xlsx) | --- ## Getting Started ### Installation **Clone the repository** ``` git clone https://github.com/ItsHamidMustafa/time-frorm-spreadsheet.git cd time-from-spreadsheet ``` **Backend Setup** `cd server npm install` **Frontend Setup** `cd ../client npm install` **Running the App** - Start the backend: `cd backend npm run dev` - Start the frontend: `cd ../frontend npm start` Visit: http://localhost:3000 # Contributing - Fork this repository - Create your feature branch `git checkout -b feature/YourFeature` - Commit your changes `git commit -m 'Add some feature'` - Push to the branch `git push origin feature/YourFeature` - Open a pull request # Made with ❤️