Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeldi/codefy
The Collection of useful links and resources for programmers, categorised by tags
https://github.com/aeldi/codefy
collection javascript learning links nextjs
Last synced: 17 days ago
JSON representation
The Collection of useful links and resources for programmers, categorised by tags
- Host: GitHub
- URL: https://github.com/aeldi/codefy
- Owner: aElDi
- License: mit
- Created: 2024-10-14T16:10:02.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-05T18:55:31.000Z (about 2 months ago)
- Last Synced: 2024-11-05T19:42:53.587Z (about 2 months ago)
- Topics: collection, javascript, learning, links, nextjs
- Language: JavaScript
- Homepage: https://codefy.a3ldi.ru
- Size: 1.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# **Codefy**
Welcome to **Codefy**. This project is website with a curated collection of useful links and resources for programmers, categorized by tags for easy navigation. In the ever-evolving field of programming, having quick access to quality resources can significantly enhance your learning and productivity. Codefy aims to provide a comprehensive list of valuable links, including tutorials, documentation, tools, and more, all organized by relevant tags.
## Screenshots
![App Screenshot](/public/img/screenshot.png)
## Features
- Tag and title search
- Adding links## Run Locally
Clone the project
```bash
git clone https://github.com/aElDi/codefy
```Go to the project directory
```bash
cd codefy
```Install dependencies
```bash
npm install
```Start the developing server
```bash
npm run dev
```## License
[MIT](https://choosealicense.com/licenses/mit/)