Aura
React · React Native exploration
Mood tracking with a responsive theme, across web and mobile.
These notes cover the original Aura project, with its React Native version linked below.
- React
- React Native
- Flask
- Styled Components
- The idea
- Give someone a place to record their mood, with visual theming that changes in response to their input.
- The interface
- React Hooks and Styled Components support state and responsive visual changes in the application.
- The exploration
- The project also explored a mobile interface with React Native and a Flask backend.
Engineering notes
- State & presentation
- Connect user input to application state and changes in the visual theme.
- Across platforms
- Explore the same mood-tracking idea through web and React Native interfaces.
- Source
- The original web source and the React Native version remain separate repositories.