To start the project, follow these steps:
-
Clone the repository:
git clone https://github.com/parinit25/vlocity-frontend.git cd vlocity-ai-task-fe
-
Install dependencies:
npm install
-
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
-
Start the development server:
npm start
The application uses the following technologies:
-
React: A JavaScript library for building user interfaces. It allows for the creation of reusable UI components.
-
Redux: A state management library for JavaScript applications. It helps manage the application state in a predictable way.
-
Axios: A promise-based HTTP client for the browser and Node.js. It is used to make HTTP requests to the API.
-
React Router: A collection of navigational components that compose declaratively with your application. It is used for routing in the application.
-
SCSS: : Used for styling the frontend