Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.76 KB

README.md

File metadata and controls

56 lines (41 loc) · 1.76 KB

Stack Overflow Clone

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.

Features

  • 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.

Tech Stack

  • Frontend: React.js
  • Styling: Tailwind CSS
  • Deployment: Netlify

Images

image

To Run in Local Machine

  1. Clone the Repository

    https://github.com/himanshuKr7/stackoverflow-clone
    cd stackoverflow-clone
  2. Install Dependencies Run the following command to install the required dependencies:

    npm install
  3. 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).


Environment Variables

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

Live Demo

Check out the live application here: Stack Overflow Clone on Netlify

Made with ❤ by Himanshu :)