Never struggle with art block again with this app that helps generate inspiration through reverse image searching and idea generation.
- Return paintings/art of similar HTML color codes
- Filter bar to filter out art results based on keywords
- Use reverse image search to return similar designs/paintings
- Allow the user to upload their own artwork with tags into the database
- Have a like/dislike system for ideas
- Include writing ideas (poems, story, etc)
- Frontend
- Backend
- Artwork APIs
- IDE
- Code
- Git
- Design/Wireframing
(Thanks Emily ^-^)
General Use
Command | Description |
---|---|
cd "ArtBlock" | Change directories over to our repository |
git branch | Lists branches for you |
git branch "branch name" | Makes new branch |
git checkout "branch name" | Switch to branch |
git checkout -b "branch name" | Same as 2 previous commands together |
git add . | Finds all changed files |
git commit -m "Testing123" | Commit with message |
git push origin "branch" | Push to branch |
git pull origin "branch" | Pull updates from a specific branch |
- Tutorials
- React Native
- Flutter
- Python
- Django REST Framework
- Feel free to find tutorials that work for you! This is just a starting list.
- Suggested
- General