This is a simple blog frontend built using React. Click here if you want to see the backend.
Interested on running my project locally? Here's how.
# Clone this repository
git clone https://github.com/taufikalgi/simple-blog-frontend
cd simple-blog-frontend
# Install required dependency
npm install
# Run
npm start