Code Monkey home page Code Monkey logo

love-story-cakes's Introduction

Examensarbete - Wedding cakes Front End Web Shop

This project is a Wedding cake front-end web shop built with React, TypeScript, and styled-components. It leverages modern tools and libraries to provide a seamless shopping experience. Below is a comprehensive guide on how to install, test, and run the project.

To open Love Story Cakes in the browser click here

Table of Contents

Installation

To run the project, follow these steps:

  1. Install dependencies:

    npm install
    
  2. Run the development server:

    npm run dev
    
  3. Open your browser and navigate to http://localhost:5173 to view the web shop.

Dependencies

This project utilizes several dependencies to enhance its functionality. Here's a list of key dependencies along with their versions:

For development, the project also includes various development dependencies. Refer to the devDependencies section in the package.json file for more details.

Scripts

The project includes several npm scripts to facilitate development and testing. Refer to the package.json file for a complete list of scripts. Except for installation and running the server, some common use scripts are:

  1. Format the code with prettier:

    npm run format
    
  2. Check for lint warnings and errors:

    npm run lint
    
  3. Run tests:

    npm run test

GitHub Actions Workflow

This workflow runs on pull requests targeting the "main" branch. It does the following:

  1. Checkout Code:

    • Action: actions/checkout@v3
  2. Setup Node.js:

    • Action: actions/setup-node@v3
    • Configures Node.js version and caches npm dependencies.
  3. Build and Test:

    • Commands:
      • npm ci: Installs dependencies.
      • npm run build: Compiles source code.
      • npm run lint: Checks for code issues.
      • npm run format: Formats code.
      • npm test --if-present: Runs tests.

Notes:

  • Uses the latest version of Ubuntu.
  • Tests with Node.js version 18.x.
  • Caches npm dependencies for faster builds.

For more details, refer to the official documentation.

Documentation

Refer to the documentation links provided above for each dependency to explore their features, APIs, and usage guidelines. For additional information specific to this project, consult the project's internal documentation or reach out to the project maintainers.

Feel free to contribute, report issues, or suggest improvements. Happy coding!

love-story-cakes's People

Contributors

caisak avatar mimpmc avatar feliciawillnas avatar

Stargazers

 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.