Digital Farmers Forum is a website that is meant for farmers to help each other. Here, farmers post any problem that they might be facing in their day to day life and other farmers try to help them solve their problems. In addition, to helping each other solve problems, farmers can also share useful and meaningful information that might help other farmers.
Most farmers face a lot of challenges in their day to day life as they go about their daily activities in their farms. For one reason or another, these challenges tend to consume a lot of their time and resources. This might be because they lack the knowledge of how to solve these problems or resources to get the necessary help.
- A landing page where farmers can access posts from other users
- JSON Server that will act as the database
- Forms that they will use to add their posts. In addition, they will also use the forms while responding to other users posts.
- Comments, like & dislike, and delete post functionalities.
- The application will use custom JSON server instead of a third party API.
Click this link to visit the website.
- HTML - it was used to design, structure and add content to the web pages
- CSS - it was used to styling our the pages
- JavaScript - Used for fetching data from json-server and also creating the like, dislike, comment, and delete functionalities.
- JSON-Server - Used to act as the server
Clone to use this website
git clone git@github.com:WMCharles/Farmers-Forum.git
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
In case you find a bug, kindly open an issue here. Include your query and your expected results.