Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nrprosper/agriculture-webflow
This project is part of my training at EnerTechPower Solutions (ETS), where I'm currently honing my skills in ReactJS. This repository contains my implementation of the second challenge assigned to us.
https://github.com/nrprosper/agriculture-webflow
reacticons reactjs tailwindcss
Last synced: 10 days ago
JSON representation
This project is part of my training at EnerTechPower Solutions (ETS), where I'm currently honing my skills in ReactJS. This repository contains my implementation of the second challenge assigned to us.
- Host: GitHub
- URL: https://github.com/nrprosper/agriculture-webflow
- Owner: NRProsper
- Created: 2024-07-22T21:17:30.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T19:19:18.000Z (6 months ago)
- Last Synced: 2024-11-28T21:13:10.822Z (2 months ago)
- Topics: reacticons, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://agriculture-webflow-1cjj.onrender.com
- Size: 24.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Agriculture Webflow
## Overview
Welcome to the Agriculture Webflow project! This project is part of my training at EnerTechPower Solutions (ETS), where I'm currently honing my skills in ReactJS. This repository contains my implementation of the second challenge assigned to us.## Installation
To get a local copy up and running, follow these steps:
1. Clone the repository:
```sh
https://github.com/NRProsper/Agriculture-Webflow.git
```2. Navigate to the project directory:
```sh
cd Agriculture-Webflow
```3. Install the dependencies:
```sh
npm install
```
4. Run the development server:
```sh
npm run dev
```