https://github.com/alfonsog-dev/tablestate
A React application to try state and generics
https://github.com/alfonsog-dev/tablestate
Last synced: 8 months ago
JSON representation
A React application to try state and generics
- Host: GitHub
- URL: https://github.com/alfonsog-dev/tablestate
- Owner: AlfonsoG-dev
- License: mit
- Created: 2025-01-26T03:58:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-31T03:53:39.000Z (over 1 year ago)
- Last Synced: 2025-06-22T07:43:42.983Z (12 months ago)
- Language: TypeScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Table state
- A **React** application to test a way to manage a table state.
---
# Dependencies
- [node-22.12.0](https://nodejs.org/en)
# References
- [typescript](https://devdocs.io/typescript/)
- [react](https://react.dev/reference/react)
- [generics](https://www.freecodecamp.org/news/typescript-generics-with-functional-react-components/)
- [reusable components](https://www.youtube.com/watch?v=O02GFZrZg3E&list=WL&index=2)
---
# Try
1. Download this project from `github` and change directory.
```shell
git clone https://github.com/AlfonsoG-dev/TableState
cd TableState
```
2. Install package dependencies with `npm`.
```
npm install
```
3. Run project with `npm`.
```
npm run dev
```
---
# Disclaimer
- This project is for educational purposes.
- Security issues are not taken into account.