Motiva
Motiva is a website designed to inspire and motivate users through a collection of quotes, and you can make branded T-shirts from the quotes. It's aimed at providing daily doses of encouragement and positivity.
Features Random Quotes: Displaying motivational quotes to inspire users T-shirt Design: You can use the generated quotes to make branded T-shirts and download your designs to your local machines Personalized Dashboard: Users can create accounts to save favorite quotes, customize preferences, and receive tailored motivational content.
Technologies Used Frontend: HTML, CSS, JavaScript, React.js Backend: Node.js, Express.js Authentication: Firebase APIs: integration with a third-party quotes API for fetching quotes.
Setup Instructions Clone the repository: git clone https://github.com/yourusername/motiva.git Navigate to the project directory: cd motiva Install dependencies: npm install Install Express.js server to create headers for CORS policy Start the server: npm run dev Access the application in your browser.
Contributing We welcome contributions! If you'd like to contribute to this project, please follow these steps:
Fork the repository. Create a new branch. git checkout -b feature/your-feature Make your changes and commit them. git commit -m 'Add feature XYZ' Push to the branch: git push origin feature/your-feature Submit a pull request.