Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karantyagi/robofriends
🤖 A simple react app demonstrating CRUD operations and search functionality.
https://github.com/karantyagi/robofriends
javascript jsx react
Last synced: about 1 month ago
JSON representation
🤖 A simple react app demonstrating CRUD operations and search functionality.
- Host: GitHub
- URL: https://github.com/karantyagi/robofriends
- Owner: karantyagi
- Created: 2018-05-26T12:48:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T03:23:18.000Z (over 6 years ago)
- Last Synced: 2024-11-13T07:36:26.043Z (3 months ago)
- Topics: javascript, jsx, react
- Language: JavaScript
- Homepage: http://kt-react-robofriends.s3-website-us-east-1.amazonaws.com/
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# robofriends
> A simple react app demonstrating search functionality.
Search my robofriends from a group of robots. (displayed as a grid)## Demo
http://kt-react-robofriends.s3-website-us-east-1.amazonaws.com/## To run the project:
1. Clone this repo
2. Run `npm install`
3. Run `npm start`## To do:
- [ ] Add CRUD operations.