Giter VIP home page Giter VIP logo

grabtern-frontend's Introduction

Grabtern Frontend

This is the frontend repository for Grabtern, a web application built with Next.js.

Open Source Love svg1 PRs Welcome GitHub forks GitHub Repo stars GitHub contributors GitHub last commit GitHub repo size License GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests


Table of Contents


Getting Started

How To SetUp

To get started with Grabtern Frontend, you'll need to install Node.js and npm on your machine. Then, you can clone this repository and install the dependencies:

  • Fork The Repo
you can do this by clicking on the green coloured fork button
  • Clone your forked repo
$ git clone https://github.com/your-username/grabtern-frontend.git
  • Go to directory
cd grabtern-frontend
  • Install Dependencies
npm install
  • Start LocalHost Server
npm run dev

This will start the development server on http://localhost:3000/.


🧰 Tech Stack Used


🧪 Prettier lint test and How to fix it?

Prettier is a code formatter that helps maintain consistent code style and formatting in your projects. It automatically analyzes your code and applies predefined formatting rules to ensure a standardized appearance.

Linting is the process of analyzing code for potential errors, bugs, and code style violations. It helps identify and highlight problematic code patterns, potential bugs, and adherence to coding standards.

"Prettier lint test" refers to running a linter (such as ESLint) with the Prettier plugin or rules enabled. It means checking your code for both linting errors and code formatting inconsistencies according to Prettier's rules.

To enable automatic code formatting upon saving in Visual Studio Code, you can install the Prettier extension. This extension ensures that your code is consistently formatted and adheres to the defined style guidelines. Once installed, Prettier will format your code automatically whenever you save a file.

In case you prefer not to install the Prettier extension, there are two helpful commands you can use:

  1. npx prettier --check .: This command checks your codebase for any formatting issues without making any changes. It identifies areas where the formatting may not align with the defined rules.
  2. npx prettier --write .: This command automatically fixes the formatting issues in your codebase. It applies the appropriate formatting changes to ensure consistency and adherence to the defined style guidelines. By utilizing these commands, you can easily verify the formatting of your codebase and address any inconsistencies or style violations, even without having the Prettier extension installed.

Contributing

If you'd like to contribute to Grabtern Frontend:-

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.
  • Please also read through the Code Of Conduct before posting your first idea as well.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b <new_branch_name>)
  3. Commit your Changes (git commit -m 'Added some AmazingFeature')
  4. Push to the Branch (git pull origin <branch_name>)
  5. Open a Pull Request

✨ Thank You for Your Contribution!


License

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

Author

Anmol Agrawal

Show some ❤️ by 🌟 this awesome repository!

grabtern-frontend's People

Contributors

anmode avatar muhammadjufry avatar sayyedarib avatar amanjain18 avatar glokta1 avatar mdriyazulislam avatar anmol-baranwal avatar khjifry avatar pragati-3003 avatar parthpathakpp1 avatar vishnu9865 avatar crocmons avatar illaf avatar archiejain28 avatar abhi03ruchi avatar nishitbaria avatar s-ishita avatar sargampuram avatar sayyidalijufri avatar shivang-16 avatar sage-2001 avatar sriparno08 avatar swetha-baskaran avatar tuhinaww avatar vidip-ghosh avatar divya-2910 avatar shwetazade27 avatar yash636261 avatar hemant2335 avatar muskandn 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.