Skip to content

sJones1997/react-reddit-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

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.

routes

  • / - home page, populated with the most popular posts of the day
  • /search/:term%20:term - search different topics, use %20 to chain multiple terms
  • /r/:subreddit - used for a specifc subreddit, if it exists
  • /r/:subreddit/comments/:postId - can see a post and it's post popular comments

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors