A FullStack webapp that serves as a quotes repository where users can share quotes with each other and save the ones they like the most. It is developped with NEXTJS, TailwindCSS, MongoDB and Clerck Auth.
The deployed version of the app is available at: quotopia-gray.vercel.app
The webapp offers an intuitive and responsive UI, making it accessible to both PC and Mobile users
- Clone the repository:
git clone https://github.com/perepalacin/quotopia/git
- Install dependencies:
npm install
To run the project in development mode, use the following command:
npm run dev
To build the app use the following command:
npm run build
I didn't create this repo with the intention of having contributors as it's just a CRUD application, but if you like the idea feel free to contribute!
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
. - Make your changes.
- Push your branch:
git push origin feature-name
. - Create a pull request.
This project is not licensed.