SheManages is a web-based application designed to empower and assist women in managing various aspects of their professional and personal lives. It features a frontend for user interaction and a backend for data handling and processing.
├── backend/ # Backend logic and APIs
├── frontend/ # Frontend UI and components
├── .DS_Store # System file (can be ignored)
- JavaScript (91.3%)
- CSS (8.4%)
- HTML (0.3%)
- Clone the repository:
git clone https://github.com/aditigodse10/SheManages.git
- Navigate to the frontend directory and start the frontend:
cd frontend npm install npm start - Navigate to the backend directory and start the backend:
cd backend npm install npm start
🔹 Developed by Aditi Godse.