https://github.com/jefedcreator/employee_polls
https://github.com/jefedcreator/employee_polls
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jefedcreator/employee_polls
- Owner: jefedcreator
- License: other
- Created: 2022-10-01T22:37:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T12:14:56.000Z (almost 4 years ago)
- Last Synced: 2025-11-12T14:36:43.482Z (8 months ago)
- Language: JavaScript
- Size: 380 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Employee_polls Project
Getting Started with Create React App and Redux
This project was bootstrapped with Create React App. using the Redux and Redux Toolkit template for state management and taiwind for styling.
## Features
### Login
Use the input form to impersonate one of the "users" and login with an id and password. You must be an authoriazed user in order to use the app.

### Dashboard
View and sort poll questions currently available if they are answered or unanswered.

### Polls
View, answer, and create poll questions.



### Leaderboard
See employee scores sorted by polls answered and created.

## Installation
Run `npm install` to download all dependencies.
## Available Scripts
In the project directory, you can run:
`npm start`
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
`npm test`
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
`npm run build`
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Learn More
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.