First off, thanks for checking out the project! 🙌
This app aims to detect and block temporary/disposable email addresses in real time — helping websites reduce spam, protect data, and improve user authentication.
We’d love your help in making it even better. Here’s how to get started 👇
- Frontend: React (Create React App)
- Languages: JavaScript, HTML, CSS
- Package Manager: npm
emailscript-frontend/
├── public/ # Static files
├── src/ # Main React codebase
├── package.json # Dependencies and scripts
Click the Fork button in the top right and clone your fork locally:
git clone https://github.com/YOUR-USERNAME/emailscript-frontend.git
cd emailscript-frontendnpm installnpm startThe app will run at http://localhost:3000 🎉
- All React components go inside the
src/folder. - Static assets and metadata are in
public/. - Keep components modular and reusable when possible.
-
Follow consistent naming conventions:
camelCasefor variables and functionsPascalCasefor React components
git checkout -b feature/your-feature-namegit add .
git commit -m "✨ Your message here"git push origin feature/your-feature-nameMake sure to:
- Describe your changes clearly
- Link to any related issue (if applicable)
- Keep the PR clean and focused on one feature/fix
Open an issue or start a discussion. No question is too small!
Together, we can make the web less spammy 🛡️✨ Let’s build something awesome 🚀
You can now save this as `CONTRIBUTING.md` in the root of your project and push it in your PR. Let me know if you also want a `README` badge or contributor shoutout section!