Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bezkoder/react-typescript-multiple-image-upload

React multiple image upload with Preview using Typescript - React Hooks, Axios, Bootstrap 4, Progress Bars - Typescript multiple Image upload
https://github.com/bezkoder/react-typescript-multiple-image-upload

axios bootstrap bootstrap-4 bootstrap4 image-upload multipart multipart-formdata multipart-uploads react react-hooks react-typescript typescript upload-file upload-files upload-image upload-images

Last synced: about 1 month ago
JSON representation

React multiple image upload with Preview using Typescript - React Hooks, Axios, Bootstrap 4, Progress Bars - Typescript multiple Image upload

Awesome Lists containing this project

README

        

# React Typescript Multiple Image Upload example (with Preview)
React Typescript Multiple Image Upload (with Preview) example using Hooks, Progress Bars, Axios, Bootstrap, Multipart File, FormData.

![react-typescript-multiple-image-upload](react-typescript-multiple-image-upload.png)

For instruction, please visit:
> [React Typescript Multiple Image Upload example](https://www.bezkoder.com/react-typescript-multiple-image-upload/)

More Practice:
> [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.