Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 features

Please submit a pull request with your changes.

## License

This project is licensed under the MIT License. See the `LICENSE` file for details.