This web application allows employees to participate in polls, create new polls, view the leaderboard, and more. It is built using React and Redux.
-
Clone the repository to your local machine:
git clone https://github.com/BR19-gh/employeePolls-Udacity.git
-
Navigate to the project directory:
cd employeePolls-Udacity
-
Install dependencies:
npm install
To test the app using Jest, type:
npm test
-
Start the development server:
npm run dev
-
Open your browser and visit http://localhost:5173 to use the Employee Polls Web App.
- View and answer polls
- Create new polls
- Check the leaderboard
- User authentication
src/components
: Contains React componentssrc/actions
: Redux action creatorssrc/reducers
: Redux reducerssrc/store
: Redux store configurationpublic
: Public assets
If you'd like to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch for your feature or bug fix
- Make your changes
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.