Wordpress API delivered through a React application.
The app has the following objectives
All Users
- List all posts
- Search for specific posts
- Filter posts by
- Categories
- Tags
- Date
Registered Users
- Sign Up / Sign In - Authentication added with JWT-Authentication plugin
- Create a post
- Retrieve self-authored posts
- Delete self-authored posts
Date: 09/2020
- Working on moving to Typescript, adding tests, upgrading UI to allow more customization
Date: 27/11/2018
- Changed to simple-jwt-authentication by Jonathan
- Added Login and Log out for existing user
Date: 25/11/2018
- Added login with jwt-authentication-plugin by Tmeister
This project was bootstrapped with Create React App.
License This project is licensed under the MIT License - see the LICENSE.md file for details