https://github.com/mauriciogirardi/test-nutrew
test for nutrew
https://github.com/mauriciogirardi/test-nutrew
nextjs react-elastic-carousel react-icons styled-components
Last synced: 2 months ago
JSON representation
test for nutrew
- Host: GitHub
- URL: https://github.com/mauriciogirardi/test-nutrew
- Owner: mauriciogirardi
- License: mit
- Created: 2021-01-07T17:07:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-07T17:44:18.000Z (over 5 years ago)
- Last Synced: 2024-12-27T05:24:25.813Z (over 1 year ago)
- Topics: nextjs, react-elastic-carousel, react-icons, styled-components
- Language: TypeScript
- Homepage:
- Size: 14.9 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Test for Nutrew
## About
- Desenvolver proposed design.
- Reponsible.
- Implement the carousel.
# Design
## :rocket: Technologies
- Next.js
- React-Icons
- React-Elastic-carousel
- Typescript
- Prettier
- Eslint
- Styled-Component
- Polished
## :hammer: How to use
- You must have Node.js installed on your computer
- is necessary to have Git installed and configured on the computer
- you must have a package manager, either NPM or Yarn.
1. Clone the repository:
```sh
$ git clone https://github.com/mauriciogirardi/test-Nutrew.git
```
2. Running the Application:
```sh
# Web application
$ cd test-Nutrew
# Installing project dependencies.
$ yarn # or npm install
# Start web application
$ yarn dev # ou npm dev
# open project
$ http://localhost:3000
```