The UW Help App is designed to assist users in managing waste disposal efficiently. It provides features like waste disposal preferences, notifications, and user profiles.
- Onboarding screens for new users.
- User authentication (Login, Register).
- Dashboard, with waste statistics and navigation.
- Waste disposal preferences setup.
- Notifications and user profile management.
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd uw-help-app - Install dependencies:
npm install
- Start the development server:
npm run dev
src/
components/
Authentication/
Login.jsx
Register.jsx
SignUpAs.jsx
Dashboard/
Dashboard.jsx
Notifications.jsx
...
DisposeWaste/
Default.jsx
shared/
FooterNavBar.jsx
Header.jsx
ui/
select.jsx
button.jsx
...
assets/
images/
uw-logo.png
...
- Access the app at
http://localhost:3000after starting the development server. - Navigate through the app using the footer navigation bar.
- React
- React Router
- Tailwind CSS
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add your message here" - Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
This project is licensed under the MIT License.