https://github.com/paripsky/develist
https://github.com/paripsky/develist
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paripsky/develist
- Owner: paripsky
- License: mit
- Created: 2023-06-23T12:52:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T16:06:54.000Z (over 1 year ago)
- Last Synced: 2025-03-02T13:59:11.034Z (over 1 year ago)
- Language: Vue
- Homepage: https://develist.vercel.app
- Size: 697 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Develist


[](./LICENSE)
Develist is a web application built using Nuxt 3 and Supabase, designed to help
developers manage and organize their development tools and resources. With
Develist, developers can create a categorized list of their favorite development
tools, libraries, frameworks, tutorials, and other resources for easy reference
and sharing.
The application utilizes Nuxt 3, a powerful framework for building modern web
applications, and Supabase, an open-source Firebase alternative, for handling
data storage and authentication. In addition, it leverages the NuxtLabs UI
components, a set of beautifully designed UI elements specifically tailored for
Nuxt applications.
## Features
- Create a personalized list of development tools and resources.
- Organize items into customizable categories.
- Add, edit, and delete items from the list.
- Mark items as favorites for quick access.
- Search and filter items by category, name, or tags.
- User authentication and authorization.
- Responsive design for a seamless experience across devices.
## Getting Started
To get started with Develist, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/paripsky/develist.git
```
2. Install dependencies:
```bash
cd develist
npm install
```
3. Configure Supabase:
- Create a new project on Supabase (https://supabase.io/).
- Copy your Supabase project URL, API key & Service key.
- Rename the `.env.example` file to `.env` and update the `SUPABASE_URL`,
`SUPABASE_KEY` and `SUPABASE_SERVICE_KEY` values with your Supabase URL,
API key & Service key respectively.
4. Start the development server:
```bash
npm run dev
```
5. Visit `http://localhost:3000` in your browser to access Develist.
## Contributing
Contributions to Develist are welcome! If you have any ideas, suggestions, or
bug reports, please open an issue or submit a pull request. Make sure to follow
the existing coding style and conventions.
## License
This project is licensed under the [MIT License](LICENSE).
## Acknowledgments
Develist is built upon the amazing technologies and open-source projects.
Special thanks to the following:
- [Nuxt 3](https://nuxtjs.com) - The Vue.js framework for building modern web
applications.
- [Supabase](https://supabase.com) - An open-source Firebase alternative for
building and scaling applications.
- [NuxtLabs UI](https://ui.nuxtlabs.com/) - Beautifully designed UI components
for Nuxt.js applications.