Copy-Pasta is a web application that allows users to store and manage their copied text snippets. The application is built with React and No-Databases.
Instructions on how to install and set up your project.
# Clone the repository
git clone git@github.com:TheRedRacing/copypasta.git
# Navigate to the project directory
cd copypasta
# Install dependencies
npm installInstructions on how to use your project.
# Run the project
npm startGuidelines for contributing to your project.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature-branch). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Maxime Sickenberg - info@copy-pasta.ch
Project Link: https://github.com/TheRedRacing/copypasta