https://github.com/alitursucular/names-list-with-react-and-typescript-demo
A basic React - TypeScript app that allows users to add and remove names to and from a list. A user could also randomly pick from the list without picking the same name twice in a row.
https://github.com/alitursucular/names-list-with-react-and-typescript-demo
react typescript
Last synced: about 2 months ago
JSON representation
A basic React - TypeScript app that allows users to add and remove names to and from a list. A user could also randomly pick from the list without picking the same name twice in a row.
- Host: GitHub
- URL: https://github.com/alitursucular/names-list-with-react-and-typescript-demo
- Owner: alitursucular
- Created: 2020-05-19T05:05:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T09:26:16.000Z (over 2 years ago)
- Last Synced: 2025-02-02T01:30:04.730Z (4 months ago)
- Topics: react, typescript
- Language: TypeScript
- Homepage: https://alitursucular.github.io/names-list-with-react-and-typescript-demo/
- Size: 1.81 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Add, remove, and randomly pick from the list
A basic React - TypeScript app that allows users to add and remove names to and from a list. A user could also randomly pick from the list without picking the same name twice in a row.For the [**blog post**](https://alitursucular.github.io/names-list-with-react-and-typescript/) and the [**demo**](https://alitursucular.github.io/names-list-with-react-and-typescript-demo/) of this repo please visit: https://alitursucular.github.io/names-list-with-react-and-typescript/
---
Note: The source code is in the _master branch_ while the build code is in _gh-pages_.
**Run this project:** `npm start`
This project uses nvm (for Mac users), and the required node version can be found in _.nvmrc_