Reddit clone front-end web application made with Material UI.
- Search for Reddit threads by title
- Browse posts for selected thread
- Browse comments for selected post
- Infinite scrolling
- Fully responsive layout
- React
- Redux
- NodeJS
- MUI5
- Clone the repository
git clone https://github.com/a-dylean/reddit-client-app.git
- Install dependencies
npm install
- Run the app
npm run start