Letmeask
NLW#6 - Free Audience Response System for live voting with your audience. Vote over the internet with any browser
Install / Use
/learn @RodrigoSaantos/LetmeaskREADME
<h2 align="center">
<img alt="Logo" title="#logo" src="src/assets/logo.svg" width="400"/>
</h2>
<h1 align="center">
Letmeask | NLW#6
</h1>
<div align="center">
<a href="">
<img src="https://img.shields.io/github/languages/count/RodrigoSaantos/ignews.svg?color=835afd" alt="languages" >
</a>
<a href="">
<img src="https://img.shields.io/github/languages/top/RodrigoSaantos/ignews.svg?color=835afd" alt="languagesTop" >
</a>
<a href="">
<img src="https://img.shields.io/github/repo-size/RodrigoSaantos/ignews.svg?color=835afd" alt="repo-size" >
</a>
<a href="">
<img src="https://img.shields.io/github/last-commit/RodrigoSaantos/ignews.svg?color=835afd" alt="last-commit" >
</a>
</div>
<p align="center"> Application developed in the sixth edition of Rocketseat Next Level Week 💻🚀 </p>
<p align="center">
<a href="#about">About</a> •
<a href="#technologies">Technologies</a> •
<a href="#usage">Usage</a> •
<a href="#contribution">Contribution</a> •
<a href="#author">Author</a> •
<a href="#demo">Demo</a> •
<a href="#license">License</a>
</p>
<h1 align="center">
<div style="display: flex; flex-direction: row;">
<img width="400" style="border-radius: 10px" height="auto" alt="home" title="Home" src="src/assets/home.png" />
<img width="400" style="border-radius: 10px" height="auto" alt="create-room" title="Create Room" src="src/assets/create-room.png" />
<div>
<div style="display: flex; flex-direction: row;">
<img width="400" style="border-radius: 10px" height="auto" alt="admin-room" title="Admin Room" src="src/assets/admin-room.png" />
<img width="400" style="border-radius: 10px" height="auto" alt="questions" title="Questions" src="src/assets/questions.png" />
<div>
</h1>
<h4 align="center">
💬 Letmeask | NLW#6 🗣 question... 💬
</h4>
<h2 id="about" > 🎯 About </h2>
Free Audience Response System for live voting with your audience. Vote over the internet with any browser
<h2 id="technologies"> 🛠 Technologies </h2>The following tools were used in the construction of the project:
<h2 id="usage" > 👷 Usage </h2>Required! Install git, node and yarn (or npm).
# Clone Repository
$ git clone https://github.com/RodrigoSaantos/letmeask.git
# Go to server folder
$ cd letmeask
# Install Dependencies
$ yarn
# or
$ npm install
# Run Aplication
$ yarn start
# or
$ npm run start
# Access localhost
http://localhost:3000
<h2 id="contribution"> 🤝 Contribution </h2>
This project is for study purposes too. All kinds of contributions are very welcome and appreciated!
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature; - Commit your changes:
git commit -m 'feat: My new feature'; - Push to your branch:
git push origin my-feature.
By Rodrigo Santos 👋🏽 Find me:
<h2 id="demo"> 🎌 Demo </h2> <h1 align="center"> <div style="display: flex; flex-direction: row;"> <img width="900" style="border-radius: 10px" height="auto" alt="Demo" title="Demo" src="src/assets/demo.gif" /> <div> </h1> <h2 id="license"> 📝 License </h2>This project is under the MIT license.
