Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-07T17:44:18.000Z (about 4 years ago)
- Last Synced: 2024-11-07T04:28:24.550Z (2 months 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
```