Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/merv-e/employee-polls-project
https://github.com/merv-e/employee-polls-project
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/merv-e/employee-polls-project
- Owner: merv-e
- Created: 2023-01-24T15:53:03.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T11:28:51.000Z (10 months ago)
- Last Synced: 2024-04-15T01:58:01.724Z (7 months ago)
- Language: JavaScript
- Size: 2.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Employee Poll Project
* In this project, you can choose the username to login.
* After logged in, the app allows you to create new polls as well as voting for polls that are already created.
* You can also check the leaderboard to see which user answered/created the polls more.## How to install the project
To install the project you can use the code down below:```
gh repo clone merv-e/employee-polls-project
cd employee-polls-project
npm i
```## How to run the project
In order to run the project:
`npm start`
### To test the project
`npm test` || `npm t`or
`npm run test`
- Important note: Some of the tests are not working due to the change of the app. This issue will be solved.
#### Sources of the images:
- [avatars used for this project]( https://www.freepik.com/free-vector/hand-drawn-people-avatar-collection_5183184.htm#query=avatar&position=19&from_view=keyword )
#### Technologies used:
``` HTML, CSS, Bootstrap, React, Redux, Jest ```