GithubHelp home page GithubHelp logo

pchaparro / iprocess-tech-test Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 306 KB

My solution for the technical test for the Junior Frontend Developer position at iProcess.

Home Page: https://iprocess-tech-test.vercel.app

JavaScript 3.46% HTML 0.94% CSS 1.85% TypeScript 93.75%
react tailwindcss technical-test shadcn-ui

iprocess-tech-test's Introduction

iProcess Technical Test

My solution for the technical test for the Junior Frontend Developer position at iProcess.

๐Ÿ“‚ Folder structure

In the src folder you will find the following structure:

  • assets: Images and other assets used in the project that doesn't need to be served as the static files in the public folder.

  • components: Global components that are used in multiple pages.

  • config: Configuration files for the project, like constants.

  • hooks: Custom hooks that can be used in multiple places in the project.

  • lib: Utility functions that are used in multiple places in the project.

  • pages: The pages of the project. Each subfolder represents a page. Inside each subfolder you will find a components, hooks and context folders with the components, hooks and context providers used only in that page. This organization helps to keep high cohesion among all the elements that are part of a page to make it easier to maintain and understand.

  • types: Typescript types and interfaces used globally in the project.

๐Ÿš€ Running locally

  1. Clone the repository:
git clone https://github.com/PChaparro/iProcess-tech-test.git
  1. Install the dependencies:
cd iProcess-tech-test
pnpm i # or npm i
  1. Run the development server:
pnpm dev # or npm run dev
  1. Open http://localhost:5173/ with your browser to see the result.

iprocess-tech-test's People

Contributors

pchaparro avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.