Skip to content

parinit25/Xipper_FE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vlocity.ai Task - FE

Getting Started

To start the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/parinit25/vlocity-frontend.git
    cd vlocity-ai-task-fe
  2. Install dependencies:

    npm install
  3. Create the .env file: Create a .env file in the root directory of the project and add the following environment variables:

    REACT_APP_BASE_URL= http://localhost:PORT
    
  4. Start the development server:

    npm start

Technologies Used

The application uses the following technologies:

  1. React: A JavaScript library for building user interfaces. It allows for the creation of reusable UI components.

  2. Redux: A state management library for JavaScript applications. It helps manage the application state in a predictable way.

  3. Axios: A promise-based HTTP client for the browser and Node.js. It is used to make HTTP requests to the API.

  4. React Router: A collection of navigational components that compose declaratively with your application. It is used for routing in the application.

  5. SCSS: : Used for styling the frontend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published