This is a wine blog web app ...about wine.
The blog homepage is made of three sections (Featured Posts, Recent Posts and Trending Now).
The sections are made from re-usable components where I pass in CSS Grid properties as react props to build different grid shapes.
Heroku deployment: https://pacific-sea-04685.herokuapp.com/
- React - using create-react-app
- Ant Design UI Library. A design system for enterprise-level products.
- Koa.js. Next generation web framework for node.js.
- GraphQl. Using the Apollo implementation.
- Download Zip folder (or git clone)
- cd into backend folder:
cd graphql - Run:
npm install node app
note: the react app is served from the backend's public folder.
- Design and build a database to replace file-based persistence.
- Implement CRUD and auth. The app is currently read-only.