This is the main repo codebase of Reddit Minimal. All code for this project is within this repo.
It is difficult to change and adapt to different trends and designs as a company that impact millions of users. Users need modern changes that improves the usability and experience of their favorite online applications.
Reddit Minimal is the unofficial Reddit frontend app concept to simplify and tune the browsing experience of the users
- React - Front End Library
- Redux - State Management
reddit-minimal
- public # project files used for frontend
- src # frontend SPA
reddit-minial/src
- app # top level component
- components # reusable parts
- features # redux slices
- helpers # helper methods
- pages # different view pages
- util # api calls
- Clone or download the repo
- Open the directory and run npm to install
- Run development application by using npm start
This website was built using Reddit's API to gather current trending reddits. It also was used to create the searching functionality that allows users to search by reddit community.
