Nano Quotes! is an inspirational and motivatonal quote generator that calls an open source inspirational quotes api created by yours truly!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
- Next.js
- Tailwind CSS
- App hosted on Vercel
- Node.js
- Json-server
- Server hosted on Heroku
- Clone the repo
git clone https://github.com/hzeghari/nano-quotes.git
- Install NPM packages
npm install
- Run npm start
npm run dev
Any contributions you make are greatly appreciated. (If you like this project, please consider contributing to my open source API!)
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Hamza Zeghari - Portfolio - LinkedIn @the__fortyseven on Twitter - [email protected]
Project Link: https://github.com/hzeghari/nano-quotes
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.