programming-quotes
programming-quotes copied to clipboard
Programming Quotes, an open source app and database.
The star rating is between quote and author, so copy-paste brings the rating in the middle. Please move it elsewhere. Also, the quote text is a link, so trying to...
- return new quote from server - create link with id on frontend
- add user privilege after 100 voted quotes - add progress bar
- Standardize backend API response - Handle response on client - Translate server messages Proposed format: `{success: false, message: 'Bad token.', data: JSON}`