DEV Community

Cover image for First Hackathon
Victor Reis
Victor Reis

Posted on

First Hackathon

The start

After finishing part of the FreeCodeCamp curriculum, the application was built using Javascript, Next.js and React.Js.
We will consume an api, filter the values and display a list.
The main objective is to practice development.

The idea

The idea is to create an application that consumes an api with information about plant species and display the formatted information.
We will have a Landpage with basic information about the application.
We will use Node.js as the base for the backend. Using Next.JS as a framework. We will use Chakra-ui as a component library.

Setup of environment

Using Vscode as a code editor.
Git and Github as code versioning.
Node.Js as the backend platform and of course, Javascript as the main language.
We use https://uidesigndaily.com/ as a source of inspiration for the layout.

Let's code!

Top comments (0)