Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 1.56 KB

README.md

File metadata and controls

66 lines (47 loc) · 1.56 KB

REACT-Forum CMS

Netlify Status

Front-end system built with React.js for user manageable Blog. Users will be able to create new posts, edit posts, remove posts, and pin posts through a Content Management System linked to a Ruby on Rails PostgreSQL database Back-end.

Features

Blog Post

  • Create blog posts
  • Edit blog posts
  • Remove blog posts
  • Pin blog posts

Authentication System

  • Create User Accounts
  • Ability to Log into a specified User Account with either a username or email coupled with a password

screenshot screenshot

Built With

  • HTML, CSS
  • JavaScript
  • React.js
  • React-Router
  • PropTypes
  • Axios
  • NPM Webpack

Install Dependencies

$ npm install

Run Application

$ npm run server

Running Tests

$ npm run test

Running Linters

ESLint

  • Run npx eslint . on the root of your project directory.

Stylelint

  • Run npx stylelint "**/*.{css,scss}" on the root of your project directory.

Author

👤 Aaron Rory