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

https://github.com/sanjeevirajanramajayam/react-lazy-loading

A small project which uses the concept of lazy loading to generate quotes.
https://github.com/sanjeevirajanramajayam/react-lazy-loading

lazy-loading mui quotes-generator reactjs

Last synced: about 1 month ago
JSON representation

A small project which uses the concept of lazy loading to generate quotes.

Awesome Lists containing this project

README

          

# Quote Generator using React and Lazy Loading

This is a small project I created to learn about fetching from APIs and also to feature lazy loading.
It was built using React+Vite and also Material UI.

## Installation

Install react-lazy-loading with npm

```bash
git clone https://github.com/sanjeevirajanramajayam/react-lazy-loading.git
cd react-lazy-loading
npm install
npm run dev
```

## Tech Stack

**Client:** React, Material UI

## Screenshots

![App Screenshot](https://github.com/user-attachments/assets/1fcad2c8-9ce2-4f23-be9d-805fb98a3cc5)

## License

[MIT](https://choosealicense.com/licenses/mit/)