https://github.com/kerlossony/dinamoomea
https://github.com/kerlossony/dinamoomea
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kerlossony/dinamoomea
- Owner: KerlosSoNy
- Created: 2024-12-16T15:42:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T16:00:59.000Z (10 months ago)
- Last Synced: 2025-02-15T04:42:01.902Z (8 months ago)
- Language: TypeScript
- Homepage: https://dinamoo-mea.vercel.app
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```---