Skip to content

erikpersson0884/strecklista

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strecklista

Description

The frontend for a "strecklista" originally developed for P.R.I.T. to use

Github version GitHub repo size GitHub last commit Github author

Features

  • User-friendly interface
  • Fast and responsive design
  • Integration with backend APIs

Installation

Instructions on how to install and set up the project.

# Clone the repository
git clone https://github.com/erikpersson0884/strecklista.git

# Navigate into the project directory
cd strecklista

# Install dependencies
npm install

# Create a `.env` file
Create a `.env` file in the root of the project and add the necessary environment variables. You may use copy the .env.example file

Usage

# Start the application
npm run dev

Deployment

Deployment to github-pages

# Build the project
npm run build

# Deploy the project
npm run deploy

Contributing

If you want to contribute, follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Commit your changes (git commit -m 'Add new feature')
  4. Push to the branch (git push origin feature-branch)
  5. Create a Pull Request

Authors

Acknowledgments

  • Hanna Adenholm for contributing a lot to the remake of the design
  • Oliver Lindell for developing the backend planned to be used for this web application