Circolando is a web application that was created for Children's day.
Version 1.0
- ReactJS
- Next.js
- Chakra UI
- EmailJS
- MongoDB
To clone and run the application, you will need to have Git, Node.js + Yarn installed on your machine. With all programs installed, run the following command lines:
# Clone this repository
$ git clone https://github.com/Vitorhr10/circolando
# Access the repository
$ cd circolando
# Install the dependencies
$ yarn install
# Run application
$ yarn dev
or
$ npm run dev
Note: All the e-mails goes to EmailJS web app.