This project is a Stack Overflow Clone built using React.js and Tailwind CSS, featuring dynamic questions section fetching question from stack Exchange API with filter functionality and search functionality. The design is fully responsive, ensuring compatibility across various devices. The application is deployed on Netlify.
- Dynamic Questions: Questions are dynamically fetched and displayed.
- Search Functionality: Search for questions using keywords.
- Filter Options: Filter questions based on tags, categories, or other criteria.
- Responsive Design: Optimized for mobile, tablet, and desktop views.
- Netlify Deployment: Live demo available on Netlify.
- Frontend: React.js
- Styling: Tailwind CSS
- Deployment: Netlify
-
Clone the Repository
https://github.com/himanshuKr7/stackoverflow-clone cd stackoverflow-clone
-
Install Dependencies Run the following command to install the required dependencies:
npm install
-
Run the Application Locally Start the development server with:
npm run dev
The application will be accessible at
http://localhost:5173
(or as specified by Vite).
Create a .env
file in the root directory to store sensitive information like API keys. Use the following format:
VITE_API_KEY=your_api_key_here
Check out the live application here: Stack Overflow Clone on Netlify
Made with ❤ by Himanshu :)