Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sieep-coding/philosopher-quotes

Explore inspirational and philosophical quotes throughout the years. Developed in Next.js, Go, and TailwindCSS
https://github.com/sieep-coding/philosopher-quotes

go nextjs tailwindcss typescript

Last synced: 7 days ago
JSON representation

Explore inspirational and philosophical quotes throughout the years. Developed in Next.js, Go, and TailwindCSS

Awesome Lists containing this project

README

        

[**Philosopher Quotes**](https://philosophy-quotes.vercel.app/) - Explore The Website Now!
==================

Philosopher Quotes is a web application that allows users to explore and discover inspiring quotes from various philosophical categories.

The application provides a user-friendly interface for browsing quotes by category and offers a seamless experience for reading and navigating through the quotes.

Features
--------

- Browse quotes by philosophical categories such as Stoicism, Bravery, and more.
- Click on a category card to view quotes specific to that category.
- Full-screen modal for an immersive quote reading experience.
- Navigate through quotes using intuitive "Previous" and "Next" buttons.
- Responsive design for optimal viewing on different devices.

Technologies Used
-----------------

- Next.js: A React framework for server-side rendering and building modern web applications.
- React: A JavaScript library for building user interfaces.
- TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
- Tailwind CSS: A utility-first CSS framework for rapidly building custom user interfaces.
- Go: A statically typed programming language used for building the backend server.
- REST API: The backend server exposes a RESTful API for retrieving quotes based on categories.

## Commands

```
npm install
```

```
npm run build
```

```
npm run start
```

```
go run main.go
```