Skip to content

Kkwagh-Coders/interview-experience-client

Repository files navigation

Interview Experience

A React Project for sharing Interview Experience with the whole college

Tech Stack

  • Typescript
  • React
  • Redux
  • React Router Dom
  • Formik and Yup
  • React Query
  • Axios
  • React Hot Toast
  • Quill Editor
  • React Icons
  • Helmet
  • Eslint
  • Prettier
  • AirBnb Lint Configs
  • Google Analytics and Google Search Console

Suggested VsCode Plugins

  • Eslint
  • Prettier
  • Better Comments
  • Todo Tree
  • GitLens
  • Relative Path [Optional]
  • JavaScript and TypeScript Nightly

Authors

Run Locally

Download

  • node
  • npm
  • typescript / tsc

Clone the project

git clone https://github.com/Kkwagh-Coders/interview-experience-ui.git

Change to Project Directory

  cd interview-experience-ui

Add .env to the root directory of the project

REACT_APP_BASE_API_URL="http://localhost:8080"
REACT_APP_BASE_CLIENT_URL="http://localhost:3000"

Install Dependencies

  npm install

Start React App

  npm run start

Documentation

Documentation

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

Please adhere to this project's code of conduct.