Skip to content

Latest commit

 

History

History
41 lines (19 loc) · 392 Bytes

File metadata and controls

41 lines (19 loc) · 392 Bytes

Overview

This is an example of blog app (CRUD) created by me from scratch to show my development skills.

Used technologies and tools:

  • React + Redux

  • Express + MongoDB

  • redux-thunk

  • react-router

  • axios

  • JWT

  • bcrypt

What you can do:

  • create account

  • log in

  • create posts

  • edit posts

  • delete posts

  • create comments

  • edit comments

  • delete comments