Skip to content

suresh-webdev/quotique

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quotique

Quotique is a dark mode quote website that utilizes the quotable (FreeCodeCamp API) for fetching quotes. You can find the API reference on GitHub.

Installation

Front-end (React)

  1. Download or clone the client folder.
  2. Open a terminal and navigate to the client folder.
  3. Run npm install to install the front-end dependencies.
  4. Run npm start to start the development server.

Back-end (Node.js + MongoDB)

  1. Download or clone the server folder.
  2. Set up the environment files based on the provided .env.example file.
  3. Make sure you have MongoDB Atlas connection details available.
  4. Run server.js to start the back-end server.

Technologies Used

  • Front-end: React
  • Back-end: Node.js
  • Database: MongoDB

Usage

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.

Contributing

Contributions to Quotique are welcome! If you would like to contribute, please follow these steps:

  1. Fork the repository and create a new branch.
  2. Make your changes and commit them.
  3. Push your changes to your forked repository.
  4. Submit a pull request with a detailed description of your changes.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published