pmagalhaes2 / organo

Application developed during Alura's React.js training course.

Home Page:https://organo-gamma-lime.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Organo

Hi! This is a project developed with the intention to practicing React.js

Nice things that could be learned from this project:

  • Create a React project using npm create-react-app;
  • React.js Functional Components;
  • React useState Hook;
  • React condicional rendering;
  • React composing components;
  • React handling events;
  • Javascript Array.map( ) and Array.filter( );
  • List and keys;
  • Forms.

📱Behavior

Image


🚀 Technologies

This project was developed using the following technologies:



📋 References


⚠️ Dependencies

Before you begin, you will need to have the following tools installed on your machine: [Git] (https://git-scm.com), [Node.js] (https://nodejs.org/en/). In addition, it is good to have an editor to work with the code like [VSCode] (https://code.visualstudio.com/)


📥 # Installation and usage

# Clone this repository
$ git clone https://github.com/pmagalhaes2/organo.git

# Access the project folder in your terminal
$ cd organo

# Install the dependencies
$ npm install

# Run the application in development mode
$ npm run start

# The application will open on the port: 3000 - go to http://localhost:3000

Made by Patricia Magalhães 💙

About

Application developed during Alura's React.js training course.

https://organo-gamma-lime.vercel.app


Languages

Language:JavaScript 60.5%Language:CSS 31.7%Language:HTML 7.8%