An application written in React
- The application does not use Redux. Adding redux would have unecessarily added complexity to the project.
- All data is exposed via an API. This API is attached to the window object and is directly called by parent components.
npm install
npm start
Here are a few of the highlighted technologies used in this project, as well as a few anticipated technologies that will work their way into this project in the future:
- React
- Emotion-js: The fastest CSS-in-JS solution!