Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sieep-coding/philosopher-quotes
- Owner: Sieep-Coding
- License: unlicense
- Created: 2024-05-03T02:36:38.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-05T16:06:53.000Z (8 months ago)
- Last Synced: 2024-11-08T01:39:43.068Z (about 2 months ago)
- Topics: go, nextjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://philosophy-quotes.vercel.app
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```