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
- Clone the project
cd project_dir
npm ci
npm run dev
- Open the Local url
http://localhost:3000/
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