Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shallihan/reddit-basic
Redditbasic is a Reddit client which mimicks the basic features and functionality of Reddit.
https://github.com/shallihan/reddit-basic
api-client jsx momentjs react react-animated-list react-icons react-loading-skeleton redux redux-toolkit
Last synced: 15 days ago
JSON representation
Redditbasic is a Reddit client which mimicks the basic features and functionality of Reddit.
- Host: GitHub
- URL: https://github.com/shallihan/reddit-basic
- Owner: shallihan
- Created: 2021-04-27T08:52:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T18:44:05.000Z (almost 4 years ago)
- Last Synced: 2024-12-02T18:12:25.418Z (2 months ago)
- Topics: api-client, jsx, momentjs, react, react-animated-list, react-icons, react-loading-skeleton, redux, redux-toolkit
- Language: JavaScript
- Homepage:
- Size: 2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reddit*basic*
[Reddit*basic*](https://redditbasic.netlify.app) is a Reddit client which mimicks the basic features and functionality of Reddit.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app), using the [Redux](https://redux.js.org/) and [Redux Toolkit](https://redux-toolkit.js.org/) template.
![RedditBasic](https://github.com/shallihan/reddit-basic/blob/master/public/reddit-basic.png)
## ⚙️ Quick Start
```
# Install dependencies
npm install# Serve on localhost:3000
npm run start# Build for production
npm run build
```## 🔌 Installation
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
#### Clone repository
```
# Create folder for repository
mkdir redditBasic# Clone repository
git clone https://github.com/smhallihan/redditbasic redditBasic# Navigate to cloned repository
cd redditBasic
```#### Client Start-up
```
# Install client dependencies
npm install# Start client on localhost:3000
npm start
```## 🧰 Libraries & Packages Used
* React Icons
* Moment.js
* React Loading Skeleton
* React Markdown
* React Animated List