Skip to content

Bears Team 5 Charter

Ahmed Al-Obaidi edited this page Mar 1, 2018 · 7 revisions

Goal

Our goal is to learn as much as possible maintaining a clean and well-tested codebase for a stripped-down medium clone.

Process

Standards

General standards

Elsewhen project guidelines is a set of best practices for javascript projects.

React/JSX

Airbnb React/JSX Style Guide.

CSS

BEM methodology.

Airbnb CSS-in-JavaScript Style Guide

MVP

the following are the main project functionalities:

  • CRU* users
    • sign in / sign up / sign out
    • update username, password, bio, avatar
    • follow/unfollow users
  • CRUD articles
    • post/delete/get articles
    • get lists of articles
    • like/unlike articles
  • CR*D comments
Clone this wiki locally