This is a minimal Reddit client built using React and Redux. It allows users to browse Reddit content, view comments, and upvote or downvote posts.
To get started with this project, follow these steps:
- Clone this repository to your local machine.
- Run
npm install
to install all the necessary dependencies. - Run
npm start
to start the development server. - Open your web browser and go to
http://localhost:3000
to see the app in action.
Alternatively, you can visit the live version of the app to see it in action.
- Browse Reddit content
- View comments
- Upvote or downvote posts
- React
- Redux
- React Router
If you'd like to contribute to this project, please follow these guidelines:
- Fork this repository to your own GitHub account and clone it to your local machine.
- Create a new branch with a descriptive name for your feature or bug fix.
- Make your changes and commit them with a clear and concise message.
- Push your changes to your branch on your forked repository.
- Open a pull request to merge your changes into the original repository.
This project is licensed under the MIT License - see the LICENSE file for details.
Thanks to the following resources for helping to inspire and guide the development of this project: