Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/83202/codequest


https://github.com/83202/codequest

css3 express-js html5 javascript mongodb mongoose node-js react-router reactjs

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# Knowledge Base Application
A web application that allows users to search for information on various topics from platforms like Stack Overflow and Reddit. The application fetches relevant questions and answers from these platforms' APIs and displays them in a clean, user-friendly interface. Users can filter results by platform and even email the search results to themselves.

## Features
* Search Functionality: Search for questions and answers using the Stack Overflow and Reddit APIs.
* Result Filtering: Filter results based on the platform (Stack Overflow, Reddit, or both).
* Send Search Results via Email: Users can enter their email and receive the search results in their inbox.
* Search History: Display the last 10 search queries along with their results.
* Data Caching: Store frequently searched queries for faster access.
* Responsive Design: The app is fully responsive and works across different devices (desktop, tablet, and mobile).
* Animated UI: Smooth animations and an attractive interface using advanced CSS techniques.
## Technologies Used
* Frontend: React.js, CSS3 (with animations and responsive design)
* Backend: Node.js, Express.js
* Database: MongoDB (for caching search history)
## APIs Used:
* Stack Overflow API
* Reddit API