Simple single page app using react to pull in content via WordPress API
I wanted to learn React with my existing knowledge of WordPress. What better way then to build a single page app with the improved WP-REST-API!
The app pulls in posts, categories, and has a simple login feature in which you can delete a post.
To run the project on localhost:8080:
npm start
Project uses JWT for Authentication. You will need to install the plugin and configure accordingly if you wish to use the login feature.
Make sure to update the src/auth.js with the apporiate URLs.
- add error handling for failed logins
- add search to the page