Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add visual regex and mock API to Services / basic frontend.md #388

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions basic frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,12 @@

- [Can I Use](https://caniuse.com/) - provides up-to-date browser support tables;
- [JSON Placeholder](http://jsonplaceholder.typicode.com/) - fake online REST API for testing and prototyping;
- [JSONing API](https://jsoning.com/api/) - mock REST API using a JSON for prototyping;
- [JSON Editor](https://jsoneditoronline.org/) - json online editor;
- [JSON Utils](https://jsonutils.com/) - json generate classes service;
- [Pythontutor](http://www.pythontutor.com/) - visualize code and get live help;
- [Regex](https://regexr.com/) - online tool to learn, build, & test regular expressions;
- [Visual Regex](https://extendsclass.com/regex-tester.html) - online visual regex tester;
- [CDN JS](https://cdnjs.com/) - the best front-end resource CDN for free;
- [HTML DOM](https://htmldom.dev/) - manage HTML DOM with vanilla JavaScript;
- [FormValidation](https://formvalidation.io/) - best validation library for JavaScript;
Expand Down