Built with React.
Install dependencies: npm install
Run in development: npm start
Open http://localhost:3000 to view it in your browser.\
You can learn more in the Create React App documentation.
CARPI-Site
├── ...
├── mockups
│ └── ...
├── public
│ └── ...
├── src
│ ├── assets
│ │ └── ...
│ ├── components
│ │ ├── About.jsx
│ │ ├── Courses.jsx
│ │ ├── Header.jsx
│ │ ├── landing.jsx.jsx
│ │ ├── page-2.jsx
│ │ ├── Planner.jsx
│ │ ├── SearchCourse.jsx
│ │ └── Toolbox.jsx
│ ├── App.*
│ ├── index.*
│ └── ...
└── ...
- idk