Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madiajijah11/exceltodynamodbjson
Easy way to convert Excel into JSON and DynamoDB JSON.
https://github.com/madiajijah11/exceltodynamodbjson
dynamodb excel json nextjs react reactjs xlsx
Last synced: 15 days ago
JSON representation
Easy way to convert Excel into JSON and DynamoDB JSON.
- Host: GitHub
- URL: https://github.com/madiajijah11/exceltodynamodbjson
- Owner: madiajijah11
- License: gpl-3.0
- Created: 2022-06-07T06:22:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T05:01:43.000Z (over 1 year ago)
- Last Synced: 2024-08-09T02:15:30.362Z (4 months ago)
- Topics: dynamodb, excel, json, nextjs, react, reactjs, xlsx
- Language: JavaScript
- Homepage: https://exceltodynamodbjson.vercel.app
- Size: 224 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - madiajijah11/exceltodynamodbjson - Easy way to convert Excel into JSON and DynamoDB JSON. (JavaScript)
README
Excel to JSON and DynamoDB JSON Web
📄 Help people convert excel to JSON and DynamoDB JSON. 📄
[**View the Web App**](https://exceltodynamodbjson.vercel.app)## Table of Contents
- [Table of Contents](#table-of-contents)
- [Description](#description)
- [Live Demo](#live-demo)
- [Technologies](#technologies)
- [Run Locally](#run-locally)
- [Contributing](#contributing)## Description
**Excel to JSON and DynamodB JSON** is a platform where people can choose excel file from computer and convert it to JSON and DynamoDB JSON.
## Live Demo
Check out the web version of **Excel to JSON and DynamodB JSON** here: [https://exceltodynamodbjson.vercel.app](https://exceltodynamodbjson.vercel.app)
## Technologies
- [React.js](https://reactjs.org)
- [Bootstrap](https://getbootstrap.com)
- [SonarLint](https://www.sonarsource.com)
- [ESLint](https://eslint.org)
- [Stylelint](https://stylelint.io)
- [Prettier](https://prettier.io)
- [Vercel](https://vercel.com)## Run Locally
- Requirement:
- Install [Node.js](https://nodejs.org)
- Recommended to use [Yarn](https://yarnpkg.com)- Clone the repo.
```bash
git clone https://github.com/madiajijah11/exceltodynamodbjson.git
``````bash
cd exceltodynamodbjson
```- Install the dependencies.
```bash
yarn
```### Development
Run the development server and open [http://localhost:3000](http://localhost:3000)
```bash
yarn start
```### Production
Build the app for production.
```bash
yarn build
```## Contributing
You can contribute to this site by creating an [issue](https://github.com/madiajijah11/exceltodynamodbjson/issues) or [pull request](https://github.com/madiajijah11/exceltodynamodbjson/pulls).