Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 731 Bytes

File metadata and controls

31 lines (22 loc) · 731 Bytes

Taqtile Project

Project's Description

Development onboarding project for Taqtile’s internship training, focused on creating a user CRUD application using React.

Environment and tools

To get this application running, the following tools need to be installed. These are the versions used during development and using different versions may lead to unexpected behavior.

  • TypeScript
  • NodeJS v18.17.1
  • React v19.1.0

VSCode, ESLint, Prettier and Create React App were also used during the process.

Steps to run and debug

  1. Clone the repository
git clone https://github.com/indigotech/onboard-julia-carvalho
  1. Install dependencies
npm install
  1. Run the application
npm start