https://github.com/im-machakata/success-quotes
A success quotes app to keep you motivated on your projects.
https://github.com/im-machakata/success-quotes
nuxt-3 nuxt-app nuxt-pwa quotes-api quotes-app success-quotes
Last synced: about 1 month ago
JSON representation
A success quotes app to keep you motivated on your projects.
- Host: GitHub
- URL: https://github.com/im-machakata/success-quotes
- Owner: im-machakata
- Created: 2024-11-28T09:09:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T23:18:13.000Z (11 months ago)
- Last Synced: 2025-10-24T09:56:51.405Z (about 1 month ago)
- Topics: nuxt-3, nuxt-app, nuxt-pwa, quotes-api, quotes-app, success-quotes
- Language: Vue
- Homepage: https://quotes.co.zw
- Size: 370 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# Quotes Web App
This web application allows users to view quotes from famous people and add new quotes to the collection. It also comes with an api, free for some endpoints.
## Features
* **View Quotes:** Browse a collection of quotes by various authors.
* **Add New Quotes:** Contribute your favorite quotes to the database.
## Technologies Used
* Frontend: Nuxt & Tailwind
* Backend: Node on Cloudflare Pages
* Database: Appwrite
## Getting Started
1. **Clone the repository:**
```bash
git clone git@github.com:im-machakata/success-quotes.git
```
2. **Install dependencies:**
```bash
pnpm i
```
3. **Run the application:**
```bash
pnpm dev -o
```
## Contributing
Feel free to contribute to this project by:
* Adding new quotes
* Improving the user interface
* Fixing bugs
* Suggesting new features
Please submit a pull request with your changes.
## License
This project is licensed under the MIT License. See the `LICENSE` file for details.