maykowww / search_devs_test

Home Page:https://search-devs-test-web.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search Devs

A brief description of what this project does and who it's for

Authors

Installation

Install dependecies with yarn or npm

yarn

  yarn

npm

  npm install

Versions

All versions of tools

Run Local

To run this project in local machine

yarn

  yarn dev

npm

  npm run dev

Build

To build this project run

yarn

  yarn build

npm

  npm run build

Lint

To lint this project

yarn

  yarn lint

npm

  npm run lint

Format

To format this project

yarn

  yarn format

npm

  npm run format

Environment Variables

To run this project, you will need to add the following environment variables to your .env or .env.local file

VITE_GITHUB_API_BASE_URL

Acknowledgements

  • For this project, I chose to use ReactJs and the build turbo (https://www.turbo.build) in integration with vite (https://vitejs.dev), for reasons of performance and agility when managing the project's architecture.
  • For the styles I didn't choose any ready-made css framework I used styled-components to develop a more dynamic css and have the maximum control over the style and standardize the project in the most effective way possible.

About

https://search-devs-test-web.vercel.app


Languages

Language:TypeScript 97.0%Language:HTML 2.8%Language:Shell 0.2%