juliolmuller / american-election

Project developed as part of College Assignment.

Home Page:http://american-election.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ€ͺ American Election

Lessons Learned   |    Technologies   |    Environment Setup

Creation Date Update Date Latest Version Pull Requests Welcome Project License

Application snapshot

Application developed as an assignment to college, subject Development for Mobile Devices, at UFPR, in order to learn building React applications firstly on web, so we can move on to React Native. The project seeks to apply knowledge in functional components, components communication (via props and lifting state up) and state management with Hooks.

Check out the application running!

The proposal was to build a simple votes counter system with hard-coded candidates and, after finishing the input, display the rank of the most voted ones. A good-looking app may earn extra points 😍.

πŸ† Lessons Learned

  • Functional components;
  • React Hooks (and custom Hooks);
  • Synchronized state update (see nice article);

πŸš€ Technologies & Resources

Frontend:

  • React.js 17
  • Create-React-App
  • Animate.css

Development:

  • Visual Studio Code
  • NPM routines

πŸ”¨ Setting up the Environment

Make sure to have Node.js 10+ installed in your machine and its npm available in the command line, then use the following routines:

$ npm install     # download dependencies
$ npm run serve   # run development server
$ npm run build   # build files for production

About

Project developed as part of College Assignment.

http://american-election.vercel.app/

License:MIT License


Languages

Language:JavaScript 47.9%Language:CSS 43.9%Language:HTML 8.3%