GitXplorerGitXplorer
i

caption-cards

public
1 stars
0 forks
24 issues

Commits

List of commits on branch master.
Unverified
a7f6cba51a243e3ba95cf5a92e5a723ea4a2b45b

Readme File Edit

committed 5 years ago
Verified
510d1cf1afeb526206d5cbcc219747795640072e

Merge pull request #4 from igmrrf/renovate/react-scripts-3.x

committed 5 years ago
Verified
dfe9c3e3a72eb54454e18103775aa321e8241b7d

Merge branch 'master' into renovate/react-scripts-3.x

committed 5 years ago
Verified
75ad7a3e099ff22816cc8eed4f517d7472eb6fc3

Merge pull request #3 from igmrrf/renovate/pin-dependencies

committed 5 years ago
Verified
fec37aeffbf5c4508ad74e9c410b05ce8223c6c2

Merge pull request #2 from igmrrf/dependabot/npm_and_yarn/acorn-5.7.4

committed 5 years ago
Verified
4ee9287b97e5ffd4dd86d71369d24ec5382f155e

Update dependency react-scripts to v3.4.1

rrenovate-bot committed 5 years ago

README

The README file for this repository.

Welcome to CaptionCards!

#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


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!

Create a Caption

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.

Add a Tag(s)

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.

Create a Caption with Tag(s)

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.

Get All Captions

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.

Get All Tags

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.

Delete a Caption

You can not delete captions, the API provided doesn't support such endpoints.

Delete a Tag

You can not delete Tags, the API provided doesn't support such endpoints any delete endpoints.

Edit a Caption

You cannot edit a caption.

Tip: Check out the API Documentation section for a description of the different possible actions.

Share Caption

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.