Letmeask was created to promote a better interactivity among streamer and the audience, by creating rooms of Q&A in realtime.
Project made on NLW#6(Next Level Week) with Diego Fernandes at React Journey.
This branch is the NEXT LEVEL of this application.
Here some differences between the MASTER and NEXT LEVEL!
- Better styles by using variables
- Non-Message Alert ( 'Invite friends' )
- DarkMode + Switch
- Responsiveness up to 280px (Galaxy Fold)
It was used on development:
Before to start, you will need have installed on your computer these programs:
Also is good have a code editor like VSCode.
git clone --branch next-level https://github.com/ruanmoreiraofc/letmeask-react.git
cd letmeask-react
npm install
With all done, create a new .env file like this example.
npm run start
This project is under the MIT license. See the LICENSE for more information.