https://github.com/avidrucker/tiny-react-katas
A series of exercises to demonstrate one's React knowledge and skills
https://github.com/avidrucker/tiny-react-katas
katas reactjs
Last synced: 3 months ago
JSON representation
A series of exercises to demonstrate one's React knowledge and skills
- Host: GitHub
- URL: https://github.com/avidrucker/tiny-react-katas
- Owner: avidrucker
- Created: 2023-07-30T22:22:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-30T22:48:43.000Z (almost 3 years ago)
- Last Synced: 2025-08-26T17:27:08.567Z (11 months ago)
- Topics: katas, reactjs
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tiny React Katas
This project was bootstrapped with Vite.
To run Tiny React Katas on your computer, please follow these steps:
1. clone this repo to your local machine
1. inside the root directory of this project, run `npm install`
1. after installation has completed, run `npm run dev`
Note: This project requires NPM and NodeJS to be installed.