Development onboarding project for Taqtile’s internship training, focused on creating a user CRUD application using React.
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.
- Clone the repository
git clone https://github.com/indigotech/onboard-julia-carvalho- Install dependencies
npm install- Run the application
npm start