https://github.com/gamemann/laravel-testing
Testing repository for Laravel, Tailwind CSS, ReactJS, SCSS, and more!
https://github.com/gamemann/laravel-testing
back-end css laravel modcommunity php react reactjs scss tailwind tailwindcss tests web
Last synced: about 1 year ago
JSON representation
Testing repository for Laravel, Tailwind CSS, ReactJS, SCSS, and more!
- Host: GitHub
- URL: https://github.com/gamemann/laravel-testing
- Owner: gamemann
- Created: 2022-09-19T06:07:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T05:55:35.000Z (over 3 years ago)
- Last Synced: 2025-02-28T12:30:06.727Z (over 1 year ago)
- Topics: back-end, css, laravel, modcommunity, php, react, reactjs, scss, tailwind, tailwindcss, tests, web
- Language: PHP
- Homepage: https://moddingcommunity.com/
- Size: 30.9 MB
- Stars: 15
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Testing
This repository stores my testing with Laravel, Tailwind CSS, React, and SCSS. While I've already made production-ready Laravel projects such as [Best Mods](https://bestmods.io/), I am still very new to all of these frameworks and libraries. Therefore, I do like performing testing knowing if I break something, it won't be the end of the world, lol.
## Test-Web01
This project includes Tailwind CSS and React using the [Infinite Scroller NPM package](https://www.npmjs.com/package/react-infinite-scroller). We demonstrate how to continously load static data from an array. The source file where most of this performed may be found [here](https://github.com/gamemann/Laravel-Testing/blob/master/test-web01/resources/js/components/test.jsx)!
We will be implementing this functionality (both React and the Infinite Scroller package) into [Best Mods](https://bestmods.io) instead of relying on a jQuery library called [DataTables](https://datatables.net/).
