RodrigoSaantos / letmeask

NLW#6 - Free Audience Response System for live voting with your audience. Vote over the internet with any browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Letmeask | NLW#6

Application developed in the sixth edition of Rocketseat Next Level Week πŸ’»πŸš€

About β€’ Technologies β€’ Usage β€’ Contribution β€’ Author β€’ Demo β€’ License

home create-room
admin-room questions

πŸ’¬ Letmeask | NLW#6 πŸ—£ question... πŸ’¬

🎯 About

Free Audience Response System for live voting with your audience. Vote over the internet with any browser

πŸ›  Technologies

The following tools were used in the construction of the project:

πŸ‘· Usage

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

🀝 Contribution

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.

πŸ’» Author

Rodrigo Santos

By Rodrigo Santos πŸ‘‹πŸ½ Find me:

Linkedin Badge | Gmail Badge

🎌 Demo

Demo

πŸ“ License

This project is under the MIT license.

About

NLW#6 - Free Audience Response System for live voting with your audience. Vote over the internet with any browser


Languages

Language:TypeScript 72.0%Language:SCSS 25.7%Language:HTML 2.3%