https://github.com/mdmohsinhaider/voting-survey-react-frontend
Voting Survey React Frontend: A user-friendly interface for casting votes, viewing results, and managing surveys efficiently.
https://github.com/mdmohsinhaider/voting-survey-react-frontend
asio-library html html-css-js javascript javascript-library react react-components react-hook-form react-hooks react-hot-toast react-router-dom reactnavigation vscode vscode-snippets
Last synced: 9 months ago
JSON representation
Voting Survey React Frontend: A user-friendly interface for casting votes, viewing results, and managing surveys efficiently.
- Host: GitHub
- URL: https://github.com/mdmohsinhaider/voting-survey-react-frontend
- Owner: MdMohsinHaider
- License: mit
- Created: 2025-02-14T17:50:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T22:48:28.000Z (11 months ago)
- Last Synced: 2025-03-28T18:51:30.064Z (10 months ago)
- Topics: asio-library, html, html-css-js, javascript, javascript-library, react, react-components, react-hook-form, react-hooks, react-hot-toast, react-router-dom, reactnavigation, vscode, vscode-snippets
- Language: JavaScript
- Homepage: http://localhost:5173/
- Size: 1.78 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Voting Survey React Frontend
A user-friendly voting survey application built with React.js and Vite. It allows users to participate in surveys, cast votes, and view real-time results.
## Features
- Create and manage surveys
- Cast votes easily
- View real-time survey results
- Responsive and intuitive UI
- Fast performance with Vite
## Technologies Used
- React.js
- Vite
- JavaScript (ES6+)
- CSS (Tailwind/Custom Styling)
- Axios
- React Hot Toast
- React Icons
- React Router DOM
## Installation
1. Clone the repository:
```sh
git clone https://github.com/MdMohsinHaider/Voting-Survey-React-Frontend.git
```
2. Navigate to the project directory:
```sh
cd Voting-Survey-React-Frontend
```
3. Install dependencies:
```sh
npm install
```
4. Start the development server:
```sh
npm run dev
```
## Package Details
```json
{
"name": "voting-survey",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.7.9",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.1",
"react-icons": "^5.4.0",
"react-router-dom": "^7.1.5"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.19.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"vite": "^6.1.0"
}
}
```
## Usage
- Open `http://localhost:5173/` in your browser.
- Create a survey, participate in voting, and view results.
## Contributing
Contributions are welcome! Feel free to fork the repo and submit pull requests.
## License
This project is licensed under the MIT License.
## Contact
Developed by **Md Mohsin Haider**
- **GitHub**: [MdMohsinHaider](https://github.com/MdMohsinHaider)