Skip to content

An api server built with nodejs and a frontend built with reactjs, this application simulates a vote on who is the best hip-hop singer of all time.

Notifications You must be signed in to change notification settings

jefferson1104/simulatingVotes-reactjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simulating Votes

Javascript Node React

About this project

An API with Node.js that simulates a vote, the front-end made in React.js renders the position of the candidates according to the votes, in this project several concepts were used such as monitoring with setInterval, react hooks for state management with useState and effects with useEffect, functional components, props and children among others.

The materialize, react-flip-move and react-countup libraries were also used.

How to run this project

  # Clone this repository
  $ git clone https://github.com/jefferson1104/simulatingVotes-reactjs.git

Run back-end (API)

# Access directory back-end of project
$ cd simulatingVotes-reactjs/backend
$ code . 

# Install all dependencies
$ yarn

# Run this application
$ yarn start

# Open app at http://localhost:8080

Run front-end (WEB)

# Access directory front-end of project
$ cd simulatingVotes-reactjs/frontend
$ code . 

# Install all dependencies
$ yarn

# Run this application
$ yarn start

# Open app at http://localhost:3000

screenshots

react-votes

About

An api server built with nodejs and a frontend built with reactjs, this application simulates a vote on who is the best hip-hop singer of all time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published