https://github.com/sinantech/question-app
❓This Program Contains Basic React Question Application
https://github.com/sinantech/question-app
css front-end html javascript reactjs
Last synced: about 1 month ago
JSON representation
❓This Program Contains Basic React Question Application
- Host: GitHub
- URL: https://github.com/sinantech/question-app
- Owner: sinantech
- License: mit
- Created: 2024-08-25T16:24:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T12:08:16.000Z (over 1 year ago)
- Last Synced: 2025-05-07T16:17:15.003Z (about 1 year ago)
- Topics: css, front-end, html, javascript, reactjs
- Language: JavaScript
- Homepage: https://questionappsinantechs.netlify.app
- Size: 283 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Question App
This project is a question-answer application developed using HTML, CSS, JavaScript, React, and Vite.
## [Click Here for Live Site](https://questionappsinantechs.netlify.app)
## Installation
You can follow the steps below to run the project in your local environment:
1. Clone the repository:
```bash
git clone https://github.com/sinantech/Week12GraduationProject
```
2. Navigate to the project directory:
```bash
cd Week12GraduationProject
```
3. Install the necessary dependencies:
```bash
npm install
```
4. Start the application:
```bash
npm run dev
```
## Usage
The application will start running on your local server. It will be accessible by default at `http://localhost:5173`. Open your browser and navigate to this address to start using the application.
## Project Structure
- `src/`: Source files of the application
- `components/`: React components
- `assets/`: Style files and other assets
- `App.jsx`: Main application component
- `main.jsx`: Entry point of the application
## Technologies
- **HTML**: Structural markup language
- **CSS**: Styling and design
- **JavaScript**: Dynamic functionality
- **React**: User interface components
- **Vite**: Development and build tool
## Author
Sinan Can Özer