Skip to content

hineshamin/microblog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App deployed at : https://microblogly-frontend.herokuapp.com

Microblog - Blogging app

My team and I built the frontend for this app using React (CRA setup), Redux, and Redux Thunk. The goal was to create an app that has a fundamentally sound component heirarchy. Another goal was to intelligently connect components to redux to prop drilling

Table of Contents

Installation

Backend Setup:

cd backend
npm install
node server.js

Frontend Setup:

cd front
npm install
npm start

Clone

  • Clone this repo to your local machine using https://github.com/silasburger/microblog

Features

  • Users can write a blog post
  • Users can edit a blog post
  • Users can delete a blog post
  • Users can read a blog post
  • Users can vote on blog posts
  • Users can comment on blog posts
  • Users can delete their comments on blog posts

Technologies

  • React
  • Create-React-App
  • Redux
  • Redux Thunk
  • Axios
  • Bootstrap
  • Reactstrap

Features to add

  • Add auth to backend for signup/login functionality

Team

| Hinesh Amin | github.com/hineshamin |

| Silas Burger | github.com/silasburger |

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.5%
  • HTML 5.1%
  • CSS 2.4%