Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bezkoder/react-typescript-file-upload
React Typescript File Upload example with Progress Bar using React Hooks, Axios, Bootstrap, Multipart File, FormData
https://github.com/bezkoder/react-typescript-file-upload
bootstrap bootstrap-4 bootstrap4 file file-upload multipart multipart-formdata multipart-uploads react react-hooks react-typescript typescript upload-file
Last synced: about 1 month ago
JSON representation
React Typescript File Upload example with Progress Bar using React Hooks, Axios, Bootstrap, Multipart File, FormData
- Host: GitHub
- URL: https://github.com/bezkoder/react-typescript-file-upload
- Owner: bezkoder
- Created: 2022-12-12T09:50:26.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T03:28:50.000Z (over 1 year ago)
- Last Synced: 2024-09-28T16:01:10.266Z (about 2 months ago)
- Topics: bootstrap, bootstrap-4, bootstrap4, file, file-upload, multipart, multipart-formdata, multipart-uploads, react, react-hooks, react-typescript, typescript, upload-file
- Language: TypeScript
- Homepage:
- Size: 196 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Typescript File Upload example
React Typescript File Upload example with Progress Bar using Axios, Bootstrap, Multipart File, FormData.![react-typescript-file-upload](react-typescript-file-upload.png)
For instruction, please visit:
> [React Typescript File Upload example](https://www.bezkoder.com/react-typescript-file-upload/)More Practice:
> [React Typescript Multiple File Upload example](https://www.bezkoder.com/react-multiple-file-upload-typescript/)> [React Typescript Image Upload example (with Preview)](https://www.bezkoder.com/upload-image-react-typescript/)
> [React Typescript CRUD example](https://www.bezkoder.com/react-typescript-api-call/)
> [React Typescript Custom Hook](https://www.bezkoder.com/react-custom-hook-typescript/)
> [React Hook Form Typescript example with Validation](https://www.bezkoder.com/react-hook-form-typescript/)
> [React Table example: CRUD App with react-table v7](https://www.bezkoder.com/react-table-example-hooks-crud/)
> [React Pagination using Hooks example](https://www.bezkoder.com/react-pagination-hooks/)
> [React Typescript JWT Authentication & Authorization example](https://www.bezkoder.com/react-typescript-authentication-example/)
> [React + Redux + Hooks: JWT Authentication & Authorization example](https://www.bezkoder.com/react-hooks-redux-login-registration-example/)
Fullstack with Node Express:
> [React + Node Express + MySQL](https://www.bezkoder.com/react-node-express-mysql/)> [React + Node Express + PostgreSQL](https://www.bezkoder.com/react-node-express-postgresql/)
> [React + Node Express + MongoDB](https://www.bezkoder.com/react-node-express-mongodb-mern-stack/)
Fullstack with Spring Boot:
> [React + Spring Boot + MySQL](https://www.bezkoder.com/react-spring-boot-crud/)> [React + Spring Boot + PostgreSQL](https://www.bezkoder.com/spring-boot-react-postgresql/)
> [React + Spring Boot + MongoDB](https://www.bezkoder.com/react-spring-boot-mongodb/)
Fullstack with Django:
> [React Hooks + Django Rest Framework](https://www.bezkoder.com/django-react-hooks/)Serverless with Firebase:
> [React Typescript Firebase example: CRUD App](https://www.bezkoder.com/firebase-typescript-react/)> [React Typescript Firestore example: CRUD App](https://www.bezkoder.com/react-typescript-firestore/)
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
### Set port
.env
```
PORT=8081
```## Project setup
In the project directory, you can run:
```
npm install
# or
yarn install
```or
### Compiles and hot-reloads for development
```
npm start
# or
yarn start
```Open [http://localhost:8081](http://localhost:8081) to view it in the browser.
The page will reload if you make edits.