Website from Next Level Week 4 - Rocketseat
Move.it is a website built with the React framework. It is a website for people to use as if it were the pomodoro technique and at each interval of time, get up from the chair and do a different activity .
About the project | Getting started | How to contribute
-
It's a simple repository for studying Javascript and some HTML/CSS
Clone the project and access the folder
$ git clone https://github.com/franmoraiiss/moveit-nlw4-rocketseat.git && cd moveit-nlw4-rocketseat
Make a fork of this repository
# Fork using GitHub official command line
# If you don't have the GitHub CLI, use the web site to do that.
$ gh repo fork franmoraiiss/moveit-nlw4-rocketseat
Follow the steps below
# Clone your fork
$ git clone your-fork-url && cd moveit-nlw4-rocketseat
# Create a branch with your feature
$ git checkout -b my-feature
# Make the commit with your changes
$ git commit -m 'feat: My new feature'
# Send the code to your remote branch
$ git push origin my-feature
After your pull request is merged, you can delete your branch
✍️ Authors
-
Francisco Morais
Thanks for your visit! Have a nice day :)
Made with 💜