David Joy 0e1a3356aa First pass - realigning/simplifying/refactoring (#33)
Realigning and simplifying directories and naming.

- Combining “containers” into “components”.
- Flattening out “data” into “reducers” and “config” to consolidate configuration-like files in one place and to make reducers a peer of its teammates (components, actions, sagas, and services).
- Creating dev/prod-specific redux configurations.
- Converting “index.jsx” files into files named for their contents.
- Splitting up the top-level “index.jsx” file into an entry point and an “App” component.
- Renaming SCSS file to “index.scss” to keep it consistent with where it’s imported.
- Renaming/simplifying some variables.
2019-02-25 15:36:24 -05:00
2019-02-14 13:17:37 -05:00
2019-01-14 16:37:21 -05:00
2019-02-15 15:34:18 -05:00
2019-01-14 16:37:21 -05:00
2019-01-22 11:42:50 -05:00
2019-01-14 16:37:21 -05:00
2019-01-14 16:37:21 -05:00
2019-01-14 16:37:21 -05:00
2019-01-10 14:16:27 -05:00
2019-01-14 16:37:21 -05:00
2019-02-22 15:09:34 -05:00

|Build Status| |Coveralls| |npm_version| |npm_downloads| |license|

frontend-app-profile
=========================

Please tag **@edx/arch-team** on any PRs or issues.

Introduction
------------

React app for user account management.

.. |Build Status| image:: https://api.travis-ci.org/edx/frontend-app-profile.svg?branch=master
   :target: https://travis-ci.org/edx/frontend-app-profile
.. |Coveralls| image:: https://img.shields.io/coveralls/edx/frontend-app-profile.svg?branch=master
   :target: https://coveralls.io/github/edx/frontend-app-profile
.. |npm_version| image:: https://img.shields.io/npm/v/@edx/frontend-app-profile.svg
   :target: @edx/frontend-app-profile
.. |npm_downloads| image:: https://img.shields.io/npm/dt/@edx/frontend-app-profile.svg
   :target: @edx/frontend-app-profile
.. |license| image:: https://img.shields.io/npm/l/@edx/frontend-app-profile.svg
   :target: @edx/frontend-app-profile
Description
No description provided
Readme AGPL-3.0 32 MiB
Languages
JavaScript 96.6%
SCSS 2.2%
Makefile 1%
HTML 0.2%