An app that brings together people who want to ask questions with those who want to answer them in the best way
Demonstration of the application | Technologies used | Application installation
In addition to developing the initial application offered in the classes, I added more features to the application, such as:
- Responsive layout
- Dark theme by default
- Performance with useMemo() and useCallback()
- Changes in project structure
- Small additions in stylizations
- Log in to the app through a Google account
- Create a room
- Share room code to other users
- Enter a room with your code
- Ask a question
- Like a question
- Highlight a question
- Mark a question as answered
- Delete a question
- Close the room
git clone https://github.com/mathwcruz/letmeask_nlw06.git
to clone the repository
To run the application on the web, follow the instructions from your terminal:
cd letmeask_nlw06
andcode .
- run
yarn
to install the dependencies of the project - Run
yarn dev
to run the application, will open at the addresslocalhost:3000
Matheus da Cruz 🚀