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

https://github.com/kerlossony/dinamoomea


https://github.com/kerlossony/dinamoomea

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

          

# Dinamo Task

**Dinamo Task** is a dynamic and interactive project designed to be the first process of the interview (Task). This repository contains all the necessary code and assets to get started.

---

## Features

- [Feature 1]: Add - Create New Post.
- [Feature 2]: Edit in old Posts.
- [Feature 3]: Delete Posts.

---

## Installation

Follow these steps to set up the project locally:

1. Clone the repository:
```bash
git clone https://github.com/KerlosSoNy/DinamooMea.git
```
2. Navigate to the project directory:
```bash
cd DinamooMea
```
3. Install dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm run dev
```

---