Welcome to the Anubhav Frontend repository! This project is part of the Anubhav web application and focuses on the frontend components and user interface.

About Anubhav

Anubhav: Experience Sharing Point (A-ESP) is a platform developed for AITians to read & share encounters of various interviews.

Installation

To get started with the Anubhav Frontend, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/aitoss/Anubhav-frontend-23.git
  1. Navigate to the project directory:
cd Anubhav-frontend-23
  1. Install project dependencies:
npm install
  1. Start the development server:
npm run dev

Contributing

We welcome contributions from the community. If you'd like to contribute to the project, please follow these guidelines:

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix:

git checkout -b feature/your-feature-name
  1. Make your changes and commit them:
git commit -m "Add your feature or bug fix"
  1. Push your changes to your fork:
git push origin feature/your-feature-name
  1. Create a pull request to the main branch of this repository.