NotifyMe is a web application designed to enhance your Upwork experience by sending instant notifications for new job postings, straight to your phone. The app is built with React and Tailwind CSS, with features focused on user-friendliness and responsiveness.
- Real-Time Job Notifications: Get notified immediately about new job postings on Upwork.
- Responsive Design: Optimized for all devices.
- User-Friendly Interface: Clean and intuitive UI built with modern tools.
- Dynamic Page Transitions: Seamless navigation with a loading screen to improve UX.
- Frontend: React, React Router DOM
- Styling: Tailwind CSS
- Icons: Font Awesome
- State Management: Context API
- Animation: React Scroll
notifyme/ ├── public/ │ ├── assets/ # Images, icons, etc. │ └── index.html ├── src/ │ ├── components/ # Reusable components │ ├── pages/ # Route-specific components │ ├── sections/ # Header, Footer, Hero, etc. │ ├── providers/ # Context providers (e.g., LoadingProvider) │ ├── App.jsx │ ├── index.jsx │ └── routes/ # Route definitions ├── .gitignore ├── package.json ├── README.md └── tailwind.config.js
To run this application locally, follow these steps:
git clone https://github.com/developerdavid2/notifyme.git
cd notifyme