https://github.com/eliasjuk/palpitebox
✔️ PalpiteBox
https://github.com/eliasjuk/palpitebox
api google-api javascript nextjs nodejs postcss react tailwindcss
Last synced: 3 months ago
JSON representation
✔️ PalpiteBox
- Host: GitHub
- URL: https://github.com/eliasjuk/palpitebox
- Owner: EliasJuk
- License: mit
- Created: 2020-07-02T13:26:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T20:35:38.000Z (almost 6 years ago)
- Last Synced: 2025-09-03T17:49:07.357Z (10 months ago)
- Topics: api, google-api, javascript, nextjs, nodejs, postcss, react, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 411 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
🚀 Aplicação desenvolvida durante a semana Fullstack Master do DevPleno 🚀
---
Layout |
How to contribute |
License
---
## 🔖 Layout
Para acessar o layout utilize a ferramenta [Figma](https://www.figma.com/file/eODtD1pdeFmruDQBqUucju/palpite-box).
---
## :rocket: Technologies
This project was developed with the following technologies:
- [React](https://reactjs.org)
- [Next.js](https://nextjs.org/)
- [Node.js](https://nodejs.org/en/)
- [Tailwindcss](https://tailwindcss.com/)
- [PostCSS](https://postcss.org/)
- [Autoprefixer](https://github.com/postcss/autoprefixer)
- [swr](https://github.com/vercel/swr)
- [Moment](https://momentjs.com/)
> https://console.developers.google.com/
---
## ❔ How To Use
To clone and run this application, you'll need Git, [Node.js][nodejs] installed on your computer.
From your command line:
### ❕ Install API
```bash
# Clone this repository
$ git clone https://github.com/EliasJuk/PalpiteBox
# Go into the repository
$ cd PalpiteBox/project
# Install dependencies
$ npm install
# Run the API
$ npm run dev
```
---
## ❔ How to contribute
- Make a fork;
- Create a branck with your feature: `git checkout -b my-feature`;
- Commit changes: `git commit -m 'feat: My new feature'`;
- Make a push to your branch: `git push origin my-feature`.
After merging your receipt request to done, you can delete a branch from yours.
---
## :memo: License
This project is under the MIT license. See the [LICENSE](LICENSE.md) for details.