Setup
npm install
npm start
open http://localhost:8080/
Testing
npm test
- User profiles!
- Age filter!
- Blurring of offline users' images!
- Responsive design!
This application is built with React using ES6 syntax. SASS is used for style preprocessor and webpack as a bundler.
Here are some links to useful tutorials that I found outside of the offical docs when building the Dating App:
Syntactic differences between traditional React and React with ES6
On binding methods in React components
Configuring Webpack for ES6 React and SASS
Material-UI component (slider used for age filter)
Object immutability helper (React addon)
- Writing more robust tests to drive the development
- Revise slider controls for smoother user interaction
- Revise User Profile to be more responsive and display more user details