IvlevGreg / RedditMirror

πŸ€– Reddit mirror (SSR & React & Redux & TS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feed of best Reddit posts

Stack:

React Redux React Router TypeScript Express.js Axios Babel Webpack

Overview:

  • Used Express.js for SSR
  • Utilized authentication with OAuth
  • Implemented routing
  • Used Axios client for Reddit Api requests
  • Implemented an endless feed of posts. Loading of new posts is interrupted on every third scroll
  • Used Controlled Components

Deploy:

Due to the new Heroku rules and restrictions for payment from the Russian Federation, the deployment does not work. But I recorded gifs πŸ™‚

https://react-app-reddit-mirror.herokuapp.com/

Gifs:

  • Authentication

  • Endless feed of posts

  • Routnig

Get started:

In the project directory, you can run:

npm i

Installs command a package and any packages that it depends on.

npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build:prod

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\

npm run build:dev

Builds the app for development to the build folder.
It correctly bundles React in development mode.

About

πŸ€– Reddit mirror (SSR & React & Redux & TS)


Languages

Language:TypeScript 74.8%Language:CSS 16.8%Language:JavaScript 8.3%