Skip to content

Open Source Project Emoji Filter & Clipboard. Develop: Develop: https://nmoji.vercel.app

License

Notifications You must be signed in to change notification settings

narainkarthikv/nmoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nmoji

Nmoji is a straightforward web application designed for quick emoji selection and filtering. This documentation provides an overview of the project, installation instructions, and contributing guidelines. 🔎😉

Table of Contents

Usage

  1. Open index.html in your preferred web browser to view the application.

Contributing

We welcome contributions! To contribute to Nmoji, follow these steps:

Forking the Repository

  1. Fork the repository by clicking the "Fork" button at the top right of the repository page on GitHub. Forking the Repository

Cloning the Repository

  1. Clone your forked repository to your local machine:
    git clone https://github.com/your-username/Nmoji.git
  2. Navigate to the project directory:
    cd Nmoji

Creating a Branch

  1. Create a new branch for your feature or bug fix (create a branch according to the issue you're working on):
    git switch -c your-branch-name

Making Changes

  1. Make your changes to the codebase. You can edit the files using your preferred code editor.

  2. Don't forget to add your name to Contributors.md after contributing

    -[Username](https://github.com/your-username) **Your message** 

Committing Changes

  1. Add the changes to the staging area:
    git add .
  2. Commit the changes with a descriptive message:
    git commit -m "Description of your changes"

Pushing Changes

  1. Push the changes to your forked repository:
    git push origin your-branch-name

Creating a Pull Request

  1. Create a pull request from your forked repository to the main repository. Go to the "Pull Requests" tab on the main repository, and click "New Pull Request". Follow the instructions to create your pull request. Creating a Pull Request

Project Structure

  • assets: Contains the assets like images, fonts, etc.
  • css: Contains the CSS files for styling.
  • js: Contains the JavaScript files for functionality.
  • data: Contains any data files used by the application.
  • index.html: The main HTML file of the application.

Contributors

We appreciate the contributions of the following individuals: Contributors

This is just the beginning! I look forward to making more meaningful contributions and collaborating with this amazing community. Let's build something great together and make Nmoji the best it can be! ❤️🤝

License

This project is licensed under the MIT License - see the LICENSE file for details.