Skip to content

ImGabreuw/letmeask

Repository files navigation

letmeask

Author Languages Stars

Ask your audience's questions in real-time.

📝 TODO

  • Lesson 1
  • Lesson 2
  • Lesson 3
  • Lesson 4
  • Lesson 5
  • Deploy
  • Responsiveness
  • Dark theme
  • PWA
  • Others database (supabase / firestore)
  • Style Components
  • ESLint, Prettier (RocketSeat)

💻 Prerequisites

  • NodeJS
  • Yarn
  • Your favorite IDE

💻 Technology

  • SASS
  • Typescript
  • React
    • React Router DOM
  • Firebase
    • Authentication
    • Database
    • Deploy

🚀 Installation

# Repository clone
$ git clone https://github.com/ImGabreuw/letmeask

# Go to the application directory
$ cd letmeask/

# IMPORTANT: rename .env.exemple to .env.local and add your firebase credentials

# Install dependencies
$ yarn

# Run Application
$ yarn start

Go to http://localhost:3000

📫 Contribution

To contribute to letmeask, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b feature/<feature>.
  3. Make your changes and confirm them: git commit -m 'some description for feature'
  4. Send to the original branch: git push origin <branch>
  5. Create the pull request.

Alternatively, refer to the GitHub documentation at how to create a pull request.

🤝 Contributors

We thank the following people who contributed to this project:

ImGabreuw
ImGabreuw

😄 Be one of the contributors

Want to be part of this project? Click HERE and read how to contribute.

📝 License

This project is under license. See the archive LICENSE for more details.

⬆ Back to the top