-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
624297f
commit 0a2edf9
Showing
9 changed files
with
459 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,101 @@ | ||
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). | ||
<div align="center" id="top"> | ||
<img src="./.github/app.gif" alt="Domínio BR" /> | ||
|
||
## Getting Started | ||
  | ||
|
||
First, run the development server: | ||
<!-- <a href="https://fipesearch.netlify.app">Demo</a> --> | ||
</div> | ||
|
||
```bash | ||
npm run dev | ||
# or | ||
yarn dev | ||
``` | ||
<h1 align="center">Domínio BR</h1> | ||
|
||
<p align="center"> | ||
<img alt="Github top language" src="https://img.shields.io/github/languages/top/miguelrisquelme/fipe-search?color=56BEB8"> | ||
|
||
<img alt="Github language count" src="https://img.shields.io/github/languages/count/miguelrisquelme/fipe-search?color=56BEB8"> | ||
|
||
<img alt="Repository size" src="https://img.shields.io/github/repo-size/miguelrisquelme/fipe-search?color=56BEB8"> | ||
|
||
<img alt="License" src="https://img.shields.io/github/license/miguelrisquelme/fipe-search?color=56BEB8"> | ||
|
||
<!-- <img alt="Github issues" src="https://img.shields.io/github/issues/miguelrisquelme/fipe-search?color=56BEB8" /> --> | ||
|
||
<!-- <img alt="Github forks" src="https://img.shields.io/github/forks/miguelrisquelme/fipe-search?color=56BEB8" /> --> | ||
|
||
<!-- <img alt="Github stars" src="https://img.shields.io/github/stars/miguelrisquelme/fipe-search?color=56BEB8" /> --> | ||
</p> | ||
|
||
<!-- Status --> | ||
|
||
<!-- <h4 align="center"> | ||
🚧 Domínio BR 🚀 Under construction... 🚧 | ||
</h4> | ||
<hr> --> | ||
|
||
<p align="center"> | ||
<a href="#dart-about">About</a>   |   | ||
<a href="#sparkles-features">Features</a>   |   | ||
<a href="#rocket-technologies">Technologies</a>   |   | ||
<a href="#white_check_mark-requirements">Requirements</a>   |   | ||
<a href="#checkered_flag-starting">Starting</a>   |   | ||
<a href="#memo-license">License</a>   |   | ||
<a href="https://github.com/miguelrisquelme" target="_blank">Author</a> | ||
</p> | ||
|
||
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. | ||
<br> | ||
|
||
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file. | ||
## :dart: About | ||
|
||
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`. | ||
Describe your project | ||
|
||
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages. | ||
## :sparkles: Features | ||
|
||
## Learn More | ||
:heavy_check_mark: Feature 1;\ | ||
:heavy_check_mark: Feature 2;\ | ||
:heavy_check_mark: Feature 3; | ||
|
||
## :rocket: Technologies | ||
|
||
The following tools were used in this project: | ||
|
||
- [Expo](https://expo.io/) | ||
- [Node.js](https://nodejs.org/en/) | ||
- [React](https://pt-br.reactjs.org/) | ||
- [React Native](https://reactnative.dev/) | ||
- [TypeScript](https://www.typescriptlang.org/) | ||
|
||
## :white_check_mark: Requirements | ||
|
||
Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed. | ||
|
||
## :checkered_flag: Starting | ||
|
||
```bash | ||
# Clone this project | ||
$ git clone https://github.com/miguelrisquelme/fipe-search | ||
|
||
# Access | ||
$ cd fipe-search | ||
|
||
# Install dependencies | ||
$ yarn | ||
|
||
# Run the project | ||
$ yarn start | ||
|
||
# The server will initialize in the <http://localhost:3000> | ||
``` | ||
|
||
To learn more about Next.js, take a look at the following resources: | ||
## :memo: License | ||
|
||
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. | ||
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. | ||
This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file. | ||
|
||
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! | ||
Made with :heart: by <a href="https://github.com/miguelrisquelme" target="_blank">{{YOUR_NAME}}</a> | ||
|
||
## Deploy on Vercel | ||
  | ||
|
||
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. | ||
<a href="#top">Back to top</a> | ||
|
||
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. | ||
- Quando não tem o domínio | ||
- Quando digitou errado e dá erro | ||
- Quando tem o domínio |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
module.exports = { | ||
plugins: { | ||
tailwindcss: {}, | ||
autoprefixer: {}, | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,3 @@ | ||
html, | ||
body { | ||
padding: 0; | ||
margin: 0; | ||
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, | ||
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; | ||
} | ||
|
||
a { | ||
color: inherit; | ||
text-decoration: none; | ||
} | ||
|
||
* { | ||
box-sizing: border-box; | ||
} | ||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/** @type {import('tailwindcss').Config} */ | ||
module.exports = { | ||
content: [ | ||
"./pages/**/*.{js,ts,jsx,tsx}", | ||
"./components/**/*.{js,ts,jsx,tsx}", | ||
"./contents/**/*.{js,ts,jsx,tsx}", | ||
], | ||
theme: { | ||
extend: {}, | ||
}, | ||
plugins: [], | ||
}; |
Oops, something went wrong.