Welcome to Bucket List, a simple todo app with a twist.
- React front end
- Redux & Redux-Thunk for store management and middleware
- Rails API backend to manage data persistence: https://github.com/SilverBright/bucketlist-app-api
- react-router with RESTful routing
- materializecss for minimal stylization
Clone or download git@github.com:SilverBright/bucketlist-app-client.git
.
Switch to the project directory and run:
Have your Rails API running on port 3001 (see here for instructions), then start the client application:
Navigate to http://localhost:3000 to view it in the browser.
Add a new bucket list item by typing in the field, and clicking submit.
Each new entry will be visible at the top of the list.
You can delete your entry by selecting 'click to complete'.
An optional button is included to sort your list alphabetically.
A user also can navigate to the FAQ page, About page, or back to the Home page.
The app is available as open source under the terms of the MIT License.