Skip to content

aMahdaoui/voteIt-a-real-time-app-with-firebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vote-it

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

Getting Started

This project was bootstrapped with Create React App.

Prerequisites

Make sure node is installed, if is not go to node js and download latest version

Installing

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

ScreenShots

alt all items list alt create new item alt items filtred by vote + alt item sorted by title A-Z

Authors

  • Mahdaoui Abdessadeq - Initial work

About

Topics vote-it, built with react, firebase and bootstrap

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published