Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month ago)
- Default Branch: main
- Last Pushed: 2024-11-28T11:29:07.000Z (about 1 month ago)
- Last Synced: 2024-11-28T11:30:28.307Z (about 1 month ago)
- Topics: nuxt-3, nuxt-app, nuxt-pwa, quotes-api, quotes-app, success-quotes
- Language: Vue
- Homepage: https://successquotes.isaac.co.zw
- Size: 120 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 [email protected]:im-machakata/success-quotes.git
```
2. **Install dependencies:**
```bash
pnpm install
```
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 featuresPlease submit a pull request with your changes.
## License
This project is licensed under the MIT License. See the `LICENSE` file for details.