Berrycious is a Food Blog made with MERN stack. It allows an user to share recipes. Readers might comment and send messages to the blogger.
- Routing with React Router
- Comments with nested replies
- Blog posts with image, ingredients and instructions
- Horizontal panels to see blogger informations and send messages
- Posts sorting and filtering
- Pagination with 10 posts preview per page
- Responsive
berrycious_preview.mp4
- Node.js
- Berrycious API
$ git clone git@github.com:Aure-en/berrycious.git
$ cd berrycious
$ npm install
Create a .env file in the root directory and set the following variable
REACT_APP_API_URL=your API url
$ npm run build
$ npm install -g serve
$ serve -s build
- React
- React Router
- Styled-components
- View more in the package.json