Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        



Logo

# **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/)