An open API service indexing awesome lists of open source software.

https://github.com/developerdavid2/notifyme

A Modern UI landing page built with React, Vite and Tailwindcss for a Saas Mobile Application.
https://github.com/developerdavid2/notifyme

Last synced: 21 days ago
JSON representation

A Modern UI landing page built with React, Vite and Tailwindcss for a Saas Mobile Application.

Awesome Lists containing this project

README

          

# **NotifyMe - Revolutionize Your Upwork Experience**

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.

---

## **Table of Contents**
- [Features](#features)
- [Technologies](#technologies)
- [Setup](#setup)
- [Usage](#usage)
- [Project Structure](#project-structure)
- [License](#license)

---

## **Features**
- **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.

---

## **Technologies**
- **Frontend:** React, React Router DOM
- **Styling:** Tailwind CSS
- **Icons:** Font Awesome
- **State Management:** Context API
- **Animation:** React Scroll

---
## **Project Setup**
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

## **Setup**
To run this application locally, follow these steps:

### **1. Clone the Repository**
```bash
git clone https://github.com/developerdavid2/notifyme.git
cd notifyme