https://github.com/learnetto/ideaboard
A React frontend app for an Idea board
https://github.com/learnetto/ideaboard
Last synced: 9 months ago
JSON representation
A React frontend app for an Idea board
- Host: GitHub
- URL: https://github.com/learnetto/ideaboard
- Owner: learnetto
- Created: 2017-08-18T21:48:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-19T11:01:54.000Z (almost 9 years ago)
- Last Synced: 2025-04-11T01:03:41.879Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://learnetto.com/tutorials/rails-5-api-and-react-js-tutorial-how-to-make-an-idea-board-app
- Size: 105 KB
- Stars: 25
- Watchers: 1
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Idea Board
An Idea board frontend app built using Create React App, based on the [Rails 5 API and React.js tutorial - How to make an Idea board app](https://learnetto.com/tutorials/rails-5-api-and-react-js-tutorial-how-to-make-an-idea-board-app).
The app talks to an API which has endpoints for adding, editing and deleting ideas.
See this [Rails 5.1 API app code](https://github.com/learnetto/ideaboard-api) for the backend API.