#visit **Caption Cards for current status.
This is a simple Front-End project built with React.js while using Redux as the state manager. The API was pre-built and Documentation on the API can be seen in the link below. API Documentation
CaptionCards holds in captions in cards for all categories of captions which are categorized by Tags
Note:
- Caption Cards is accessible offline and can be saved on mobile devices like a native app, although it's a web app.
- Your local contents are not shared between different browsers or computers.
- Clearing your browser's data and cache may delete all your locally saved contents!
The Caption panel is accessible using the contribute Nav link in the navigation bar. You can create a new Caption Card by clicking Add Caption in the dropdown panel.
To add a tag is familliar like creating a caption, and is accessed using the contribute Nav link in the navigation bar and by clicking Add Tag(s) in the dropdown panel.
The Create Caption option just lies in the dropdown explained above And is accessible using the contribute Nav link in the navigation bar. You can create a new Caption Card by clicking Add Caption with Tag(s) in the dropdown panel.
Click on Browse on the Navigation and select Captions then in the Filter Section, mark All. You'll be shown 10 captions, and by clicking the next page button you get another 10 till you get all captions in the database.
Click on Browse on the Navigation and select Tags then in the Filter Section, mark All. You'll be shown 20 tags, button you get another 20 till you get all tags in the database.
You can not delete captions, the API provided doesn't support such endpoints.
You can not delete Tags, the API provided doesn't support such endpoints any delete endpoints.
You cannot edit a caption.
Tip: Check out the API Documentation section for a description of the different possible actions.
You can copy captions by clicking the clipboard icon on the top right of each card to copy the contents of the caption card to your clipboard. Your can paste this anywhere by pressingCtrl+v or long pressing on a text field on your mobile device.