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.
- Host: GitHub
- URL: https://github.com/sanjeevirajanramajayam/react-lazy-loading
- Owner: sanjeevirajanramajayam
- License: mit
- Created: 2025-02-17T12:03:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T16:40:00.000Z (7 months ago)
- Last Synced: 2025-02-24T17:36:47.370Z (7 months ago)
- Topics: lazy-loading, mui, quotes-generator, reactjs
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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