Quotique is a dark mode quote website that utilizes the quotable (FreeCodeCamp API) for fetching quotes. You can find the API reference on GitHub.
- Download or clone the
client
folder. - Open a terminal and navigate to the
client
folder. - Run
npm install
to install the front-end dependencies. - Run
npm start
to start the development server.
- Download or clone the
server
folder. - Set up the environment files based on the provided
.env.example
file. - Make sure you have MongoDB Atlas connection details available.
- Run
server.js
to start the back-end server.
- Front-end: React
- Back-end: Node.js
- Database: MongoDB
Once you have both the front-end and back-end set up, you can access the Quotique website in your browser. The front-end will be served at http://localhost:3000
by default.
Contributions to Quotique are welcome! If you would like to contribute, please follow these steps:
- Fork the repository and create a new branch.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request with a detailed description of your changes.
This project is licensed under the MIT License.