Giter VIP home page Giter VIP logo

easter-eggs's Introduction

Screenshot from 2023-03-07 12-22-47

Table of Contents

Welcome to Easter Eggs ๐Ÿ‘‹

Easter Eggs is a website where you can find easter eggs of all kinds.

Tech stack ๐Ÿ’ป

Next.js tailwind css

How to Contribute โœจ

There are 2 ways you can contribute to the project

  1. Adding new feature or solving bugs
  2. Adding new Easter eggs

Adding new feature or solving bugs๐ŸŒŸ

  1. Fork the project

  2. Clone the project to run on your local machine using the following command

    git clone https://github.com/<your_github_username>/easter-eggs.git
  3. Get into the root directory

    cd easter-eggs
  4. Install all dependencies by running

    npm install
  5. Create your branch

    git checkout -b <your_branch_name>
  6. To run and view the application on localhost

    npm run dev
  7. Push your changes into your branch

    git push origin <your_branch_name>
  8. Create a Pull Request

Adding new Easter egg ๐Ÿฅš

  1. Follow step (1 to 5) from above

  2. Inside the components/easter-eggs/ folder you can add you easter egg

  3. Create new folder name your_easter_egg_number-/your-easter-egg-name

  4. Go inside that folder

  5. Your Easter egg will require a box like this imageedit_2_8943420812

    For that make a js file your-easter-egg-name.js

  6. Then to make a file containing your easter egg name easter.js

  7. You can check and use demo folder as an example. You can also copy paste this demo folder for your easter egg and make required changes

  8. If your easter egg require use of something written in the search bar you can use context api for that. That too is shown in demo folder

  9. After adding the easter eggs, push your changes into your branch

    git push origin <your_branch_name>
  10. Finally, create a Pull Request

easter-eggs's People

Contributors

yashnirmal avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.