Giter VIP home page Giter VIP logo

capstone-with-next.js's Introduction

Capstone Project (neuefische Bootcamp)

Decisions - Vote with me is a fullstack real-time app. It allows users to interact and vote in real time with others. Each user can create a new question round, which others can join. In addition to that, each user can add his or her preferred options. The app shows all the different election results within an question round. They appear in a bar chart to ensure a clear overview for all the given options, which makes decisionmaking a lot easier.

Create Next App Environment

This is a Next.js project bootstrapped with create-next-app.

Getting started

You’ll need to have Node 14.0.0 or later version on your local development machine (but it’s not required on the server). You can use nvm (macOS/Linux) or nvm-windows to switch Node versions between different projects.

npx create-next-app my-app
cd my-app
npm run dev

Open http://localhost:3000 to view it in the browser.

How to run this project

Make sure you are connected to GitHub with SSH.

git clone [email protected]:NewDeLi/capstone-with-next.js.git
cd capstone-with-next.js
npm install
npm run dev

Open http://localhost:3000 to view it in the browser.

Tech Stack

  • Next.js
  • Node.js and npm
  • Firebase (Authentication, Firestore)
  • Figma
  • localStorage
  • styled-components
  • libaries: swiper.js, chart.js
  • react-router, react-copy-to-clipboard, react-firebase-hooks

Link to my App

Checkout Decisions-Vote with me to see the Vercel Deployment of my App.

Preview

Mockup-decisions.mp4

capstone-with-next.js's People

Contributors

newdeli avatar

Stargazers

 avatar

Watchers

 avatar

capstone-with-next.js's Issues

Results

As a user I would like to see live statistics that show me the current status of the vote. I would also like to see the number of people that are in my room.

Acceptance criteria:

  • create functionality that counts the votes and show results in a bar chart
  • create functionality that counts that show how many users enter the room

Home

As a user, I would like to be able to log into a specific room on the start page to participate in friend voting. I would also like to be able to see my room id that I can share with friends.

Acceptance criteria:

  • add functionality, that shows the id of the current user

  • add input and join button

Create card

As a user I would like to be able to create cards in which I can enter my question and options.

Acceptance criteria:

  • add form with input for questions/options and submit button
  • add +- icons with onClick events to add and remove options

Server

As a user I want a real time app where I can interact live with other users.

Acceptance criteria:

  • create web socket connection from client to server/server to client with socket.io express and pusher

Basic Layout:

As a user I want the app to show me what page I am currently on and how I can navigate between the pages.

Acceptance criteria:

  • add header with current page name
  • add nav with home, add, vote and results
  • create navigation between pages
  • add images+ style components

Vote mode

As a user, I would like to see the card displayed and be able to select my option.

Acceptance criteria:

  • create card wich takes the input from the add form
  • create buttons for option input
  • add click events on options buttons that log the vote to the live stats

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.