Skip to content

Latest commit

Β 

History

History
90 lines (65 loc) Β· 2.2 KB

File metadata and controls

90 lines (65 loc) Β· 2.2 KB

Quotes

A simple web app that displays random quotes from a list of quotes.

Table of Contents

Introduction πŸŽ‰

This is a simple web app that displays random quotes from a list of quotes. It is a beginner friendly project and a good way to learn JavaScript.

Purpose ⚑

The purpose of this project is to help beginners learn JavaScript by building a real-world project. It is a good way to start with JavaScript and learn by building projects.

Pre-requisites βœ…

  • HTML
  • CSS
  • JavaScript
  • React
  • Express
  • Node.js
  • Git and GitHub
  • Basic Command Line Knowledge

Technologies πŸ’»

  • React (For the frontend)
  • Express (For the backend)
  • Node.js (As a runtime environment for JavaScript)

Figma Design 🎨

Try to follow the design as much as possible. If you want to add your own style, you can do so.

Figma Design Link πŸ‘‡

https://www.figma.com/file/uyHUXQbqmpfEUvKK8faVvo/random-quotes?type=design&mode=design&t=fF5NyQFHImw0Z6wv-1

Contributing πŸ’‘

If you are contributing to this project, please make sure to follow the below steps:

  1. Fork the repository and clone it to your local machine.
  2. Create a branch for your changes.
  3. After making the changes, push your code to your forked repository.
  4. Create a pull request to the main repository and wait for it to get merged.
  5. Celebrate πŸŽ‰

Installation πŸ› οΈ

Frontend Installation

  1. Installation
cd frontend
npm install
  1. Run
npm run dev

For More Information on Frontend πŸ“š check README

Backend Installation

  1. Installation
cd backend
npm install
  1. Run
npm run dev

For More Information on Backend πŸ“» check README

If you like this project don't forget give a 🌟