Skip to content

hiago-miguel/mit-react-25e1_2

Repository files navigation

Infnet MIT | Interfaces with React [25E1_2]

Main Goals:

  • Create a Layout (Header. Content, and Footer)
  • Images for a logo and application banner.
  • A Form using reactstrap, including validation for all fields.
  • A ComboSelect component fetching data from a JSON file

How to run the project?

  1. Clone the project
  2. cd project_dir
  3. npm ci
  4. npm run dev
  5. Open the Local url http://localhost:3000/

Creating the project from scratch

Skip this if you just wanna to test the project!!

The goal of this topic is to define the steps taken to configure the project.

# Create a new Vite project with React
npm create vite@latest react-complaints --template react

# Navigate to the project folder
cd react-complaints

# Install required dependencies
npm install react-router-dom reactstrap bootstrap
npm install react-icons

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published