Vote-it is a react application for learning React JS, that provides a list of topics (items) to vote on in a simple manner and allow also users to add new items to the list and vote on existed ones.
The first part contains preset items in the state directly, thats only for understand the logic of the app and to get started with react, however in the second part we get all items from firebase database, any added item will be stored automatically on firebase, then listed with the others items, what make our application a real time apps
This project was bootstrapped with Create React App.
Make sure node is installed, if is not go to node js and download latest version
clone this repo and cd to vote-it folder afte that type npm install to install all required dependencies here you are :
git clone https://github.com/aMahdaoui/vote-it.git
cd vote-it
npm install
npm start
then go to : http://localhost:3000
- Mahdaoui Abdessadeq - Initial work