Skip to content

Employee Polls is a web application (part of Udacity React Nanodegree) that allows employees to participate in polls, create new polls, view the leaderboard, and more. It is built using React and Redux.

Notifications You must be signed in to change notification settings

BR19-gh/employeePolls-Udacity

Repository files navigation

Employee Polls Web App

Overview

This web application allows employees to participate in polls, create new polls, view the leaderboard, and more. It is built using React and Redux.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/BR19-gh/employeePolls-Udacity.git
  2. Navigate to the project directory:

    cd employeePolls-Udacity
  3. Install dependencies:

    npm install

Testing (Jest):

To test the app using Jest, type:

npm test

Usage

  1. Start the development server:

    npm run dev
  2. Open your browser and visit http://localhost:5173 to use the Employee Polls Web App.

Features

  • View and answer polls
  • Create new polls
  • Check the leaderboard
  • User authentication

Folder Structure

  • src/components: Contains React components
  • src/actions: Redux action creators
  • src/reducers: Redux reducers
  • src/store: Redux store configuration
  • public: Public assets

Sample Screenshots

Home Page

Home Page


Leaderboard Page

Leaderboard Page


New Question Page

New Question Page


Question Page

Question Page


Question Page after selecting

Question Page after selecting


Login Page

Login Page

Contributing

If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository
  2. Create a new branch for your feature or bug fix
  3. Make your changes
  4. Submit a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Employee Polls is a web application (part of Udacity React Nanodegree) that allows employees to participate in polls, create new polls, view the leaderboard, and more. It is built using React and Redux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published