Giter VIP home page Giter VIP logo

graphql's Introduction

Quote App

Description

The Quote App is a web application that allows users to create, view, edit, and delete quotes. Users can sign up for an account, log in securely, and manage their favorite quotes. It provides a simple and intuitive interface for organizing and sharing inspirational quotes.

Features

  • User Authentication: Users can sign up for an account and log in securely.
  • Create Quote: Users can create new quotes with a title and content.
  • View Quote: Users can view their existing quotes with title and content.
  • GraphQL Integration: Utilizes GraphQL Apollo Client for efficient data fetching and state management.
  • Responsive Design: The app is designed to work seamlessly across desktop, tablet, and mobile devices.

Screenshot 2024-05-16 225534 Screenshot 2024-05-16 225638 Screenshot 2024-05-16 225606

Technologies Used

  • Frontend: React.js, GraphQL Apollo Client, HTML/CSS
  • Backend: Node.js, Express.js, GraphQL Apollo Server
  • Database: MongoDB (or your preferred database)
  • Authentication: JSON Web Tokens (JWT)
  • Other Tools: Git, GitHub

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/quote-app.git
  2. Navigate to the project directory:
    cd quote-app
  3. Install dependencies for both frontend and backend:
    cd client
    npm install
    cd ../server
    npm install

Usage

  1. Start the backend server:
    cd server
    npm start
  2. Start the frontend development server:
    cd client
    npm start
  3. Access the application in your web browser at http://localhost:3000.

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

Acknowledgements

  • Thanks to GraphQL and Apollo for their powerful tools.
  • Hat tip to anyone whose code was used.

graphql's People

Contributors

sparsh225 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.