itsankitbhusal / react-stater

React js stater project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Starter Project

Prerequisites

  • Node.js
  • Package manager (pnpm is used)

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/itsankitbhusal/react-stater.git
  2. Change your directory to the project folder:

    cd react-starter
  3. Install dependencies using npm or Yarn or pnpm(used):

    pnpm install && pnpm run dev

Libraries used:

  • Axios: Promise-based HTTP client for making HTTP requests.
  • React Router DOM: Declarative routing for React.js applications.
  • React Toastify: React notification library to display toasts.
  • Tailwind CSS: Utility-first CSS framework for rapidly building custom user interfaces.

Project Structure

  • src/components : Here goes all the ui components

About

React js stater project


Languages

Language:JavaScript 84.4%Language:HTML 11.5%Language:CSS 4.1%