Skip to content

This project is a user interface that consumes data from a custom API previously developed in the first part of this challenge. For this project we used React.js, Vite.js for initialization, tailwind.CSS for styling

Notifications You must be signed in to change notification settings

cristianps1988/arcaika-challenge-ui

Repository files navigation

Technical Test for Arcaika UI

Technical test for the company Arcaika. This project is a user interface that consumes data from a custom API previously developed in the first part of this challenge. For this project we used React.js, Vite.js for initialization, tailwind.CSS for styling, redux to handle global data state and other packages to handle aspects such as routes, connection to third party endpoints. Custom hooks were also used to handle global state information more easily.

Installation

  1. Clone this repo.
git clone https://github.com/cristianps1988/arcaika-challenge-ui.git
  1. Move inside to the directory.
cd drenvio-challenge
  1. Run npm install to install the dependencies.
npm install

Use

  1. Add the enviroment variables to a .env file. The example is in the file .env.example.

  2. Run npm start for start the server.

npm run start
  1. Open http://localhost:4001 in your web browser or the path created by vite.js.
  2. For run the test run npm run test
npm run test

Deploy

Created by

  • @Cristianps1988

About

This project is a user interface that consumes data from a custom API previously developed in the first part of this challenge. For this project we used React.js, Vite.js for initialization, tailwind.CSS for styling

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published