Reddit search project using Reddit api Reddit Api Documentation.
** Parcel to bundle and package the application to run on server You can install parcel by running
npm i -g parcel-bundler
- Clone the repo: https://github.com/LjCraft12/redditSearch.git
- Either open the repo in your text editors terminal od cd in to the cloned repo and run:
parcel index.html
- Open your browser to http://localhost:1234
- HTNL/CSS
- Bootstrap 4
- Javascript
- Reddit Api
- Parcel bundler
- Gaiend more working knowledge of the javascript fetch api and promises
- Reddit's Api
- Javascript high order fucntions like .map() and .substring();
- Overall UI
- Add more search paramters
- Create a modal that will show the full story without having to leave the web application.
- Add a search term in the input field
- Sort result by relevenace or by newest post
- Limit the amount of post returned back to the user
- If the input field is left blank a message should pop up instructing the user to add a search term