Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

aliasunder/cbcelections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About App

This app displays election data. It is built with React, with Semantic-UI used for design.

Key Attributes

  • Responsive
  • Class components are used for components with state and stateless functional components are used for components without state (presentational components).
  • The CSS in JS approach is used for most of the basic styling. For a larger application, all styling would be in a css file linked to a specific component or an official CSS-in-JS library
  • Although only the top four parties are initially visible, "Load More" can be selected to load data for additional parties.

Additional Packages used:

  • axios - (used for api calls)
  • uniqid (used to create unique keys)
  • semantic-ui-react (used for overall design)

Install App

git clone https://github.com/aliasunder/cbcelections.git

Next, in the project directory, install package dependencies:

npm install 

Run App

From the project directory, run the following command:

npm start

About

Election data display. React + Semantic-UI + Responsive + AJAX

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors