gabrieldejesus / carousel

🎠 A simple carousel with Next.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carousel

🎠 A simple carousel with Next.js.

Stars Forks Issues GitHub license Follow gabrieldejesus

πŸ•Ή Test here:

Coming soon...

πŸ›  Getting started

Windows:

You can clone the repository through CMD (Command Prompt) just by typing:

git clone https://github.com/gabrieldejesus/carousel

or download the zip from the green button at the beginning of the repository

Download zip

Download zip

πŸ’» Configuration for development

  • Open project folder

  • Execute command: yarn

  • Execute the command: yarn dev

  • In your browser enter the address: http://localhost:3000

πŸ—ƒ Release history

  • 0.1.0
    • Project finalized and studying the possibility of adding new resources
    • The first suitable launch
  • 0.0.1
    • Work in progress

πŸ“ Meta

Gabriel de Jesus – My portfolio – devgabrieldejesus@gmail.com

Distributed under the MIT License. See LICENSE for more information.

https://github.com/gabrieldejesus/carousel

πŸš€ Contribution

  1. Make the fork of the project (https://github.com/gabrieldejesus/carousel/fork)
  2. Create a branch for your modification (git checkout -b my-new-resource)
  3. Do commit (git commit -am 'Adding a new resource ...')
  4. Push (git push origin my-new-feature)
  5. Create a new Pull Request

After your pull request is merged, you can safely delete your branch.


About

🎠 A simple carousel with Next.js.

License:MIT License


Languages

Language:JavaScript 51.3%Language:CSS 48.7%