This project is part of the Devpleno course and consists of a website that the users can create categories and post itens to do on it.
We mainly use React, Express and Bootstrap. Firebase was used to record the data from the form.
- Users can create categories and add and delete itens to it.
You will need install:
Install dependencies
npm install
Run the application:
node index.js
- NodeJS to handle the server,
- React to handle the rendering,
- Express
- Bootstrap to handle styles and layout
- Firebase
We could add some pictures to it.
Thanks to Tulio Faria from Devpleno.