Skip to content

AdrianaAC/frontend-assessment-nearshore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nearshore — Frontend Technical Assessment

This repository contains my solution for a frontend technical assessment completed during a recruitment process.

The goal of the challenge was to implement a frontend interface using modern React practices, focusing on component architecture, data handling, and clean UI implementation.


✨ Features

  • React component-based architecture
  • Client-side navigation using React Router
  • Dynamic rendering of data
  • Reusable UI components
  • Clean and modular folder structure

🧰 Tech Stack

  • React
  • TypeScript
  • React Router
  • Vite
  • CSS

📁 Project Structure

src ├── components # Reusable UI components ├── pages # Application pages ├── assets # Images / static files ├── App.tsx # Main application entry └── main.tsx # Application bootstrap


▶️ Run the Project Locally

Install dependencies:

npm install

Start the development server:

npm run dev

The application will start on the local development server provided by Vite.


##📌 Notes

This repository represents my personal implementation of the challenge and was created for demonstration and portfolio purposes.

If additional time were available, possible improvements could include:

  • Adding unit tests with React Testing Library
  • Improving accessibility
  • Adding loading and error states
  • Improving responsiveness for smaller screens

About

Frontend technical assessment built with React and TypeScript.

Topics

Resources

Stars

Watchers

Forks

Contributors