An open API service indexing awesome lists of open source software.

https://github.com/arafat-alim/sauda-tech

A React Application, where users can import their Excel Sheet. This App can help us to see those data on the browser with an improved UI. ❤️
https://github.com/arafat-alim/sauda-tech

bootstrap5 css3 html-css-javascript reactjs sheetjs

Last synced: 3 months ago
JSON representation

A React Application, where users can import their Excel Sheet. This App can help us to see those data on the browser with an improved UI. ❤️

Awesome Lists containing this project

README

          

# Sauda Tech - Assignment

This project is pointing to the Task 3.

Task 3: User Interface
An excel file [""""SaudaBookTrades.xlsx""""] will be shared. Build a ReactJS website that can import and showcase the data inside the Excel Sheet.

## Hosted Link

The project is hosted on the Netlify Hosting Service [Application](https://practical-thompson-6d2ff3.netlify.app/)

## React Application

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
This project used [sheetJS](https://sheetjs.com/) for reading the Excel Sheets easily.

## Project Validation

The Application supports File Validation.

## Available Scripts

In the project directory, you can run:

### `npm i sheetjs`

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.