Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yougotwill/sortifiler
The Sortifiler app landing page
https://github.com/yougotwill/sortifiler
files filesystem folders landing-page productivity sorting tailwindcss website
Last synced: about 6 hours ago
JSON representation
The Sortifiler app landing page
- Host: GitHub
- URL: https://github.com/yougotwill/sortifiler
- Owner: yougotwill
- License: gpl-3.0
- Created: 2020-02-05T08:50:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T06:04:30.000Z (over 4 years ago)
- Last Synced: 2024-11-03T02:20:10.528Z (6 days ago)
- Topics: files, filesystem, folders, landing-page, productivity, sorting, tailwindcss, website
- Language: HTML
- Homepage: https://yougotwill.github.io/sortifiler
- Size: 868 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sortifiler landing page
[Sortifiler](https://github.com/yougotwill/sortifiler-app) needed a landing page and I wanted to try out [tailwindcss](https://tailwindcss.com/) and so this repo was born.
![Screenshot](src/assets/screenshots/screenshot.png)
## Installation
1. Make sure you've installed all requirements
2. Clone this repository:
`git clone https://github.com/yougotwill/sortifiler-landing`## Usage
Here's a short explanation how to use `sortifiler-landing`:
1. `cd` into the repository
2. Do some JavaScript in [script.js](src/script.js) and save.
3. Open [index.html](src/index.html) in your browser of choice and see the results.## Contributing
1. Fork it
2. Create your feature branch: `git checkout -b feature/my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin feature/my-new-feature`
5. Submit a pull request## Requirements / Dependencies
- TailwindCSS
## License
[GNU GPLv3](LICENSE)
## References
- [TailwindCSS Documentation](https://tailwindcss.com/docs/installation)
- [Build a beautiful landing page with TailwindCSS](https://scotch.io/tutorials/build-a-beautiful-landing-page-with-tailwind-css)
- [Inkdrop app landing page](https://inkdrop.app/)
- [Ledger app landing page](https://www.ledger-app.com/)
- [Notable app landing page](https://notable.md/)
- [When to use the section tag vs div](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/section#Usage_notes)
- [Icons](https://iconmonstr.com/)
- [Illustrations](https://undraw.co/)