The frontend for a "strecklista" originally developed for P.R.I.T. to use
- User-friendly interface
- Fast and responsive design
- Integration with backend APIs
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
# Start the application
npm run dev
# Build the project
npm run build
# Deploy the project
npm run deploy
If you want to contribute, follow these steps:
- Fork the repository
- Create a new branch (git checkout -b feature-branch)
- Commit your changes (git commit -m 'Add new feature')
- Push to the branch (git push origin feature-branch)
- Create a Pull Request
- 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