A project that built with React + Redux using the Realworld API.
To view a live demo: https://vinnlee-theblog.netlify.com/
To running it locally:
- Clone this repository
npm i
to install all dependenciesnpm start
to start the local server (this project uses create-react-app)
- Authenticate users via JWT (login/register pages + logout button in header menu)
- CRU* users (sign up & register page)
- CRUD Articles
- CR*D Comments on articles
- GET and display articles