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

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

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