About • Features • Layout • How to run • Technologies • Author • License
Smart.it is a web application that combines a gamified experience of the pomodoro technique with healthy exercises between short breaks of work/study sessions. Keep up with your productivity without sacrificing your health. Smart.it is the dream application of chiropractors and eye doctors for their patients.
-
Authentication using GitHub (Next-Auth).
-
Users can level up by completing challenges.
-
Challenges are available after a 25-minute work/study session.
-
Users can use application on desktop, tablet, and mobile devices.
Initial requirements: git, yarn, and a code editor of your choice.
# Clone this repository
$ git clone git@github.com:wilsonfsouza/focus-tracker-next.git
# Access the folder in your terminal/cmd/cli
$ cd focus-tracker-next
# Install all dependencies
$ yarn install
# Start the app in development mode
$ yarn dev
# The application will open at port:3000 - access http://localhost:3000
# Run tests
$ yarn test
# Generate coverage report
$ yarn test --coverage
# Clean tests cache
$ yarn test --clearCache
The following tools were used in this project:
Website (NextJS + TypeScript)
See the file package.json
- Editor: Visual Studio Code
- Markdown: Markdown Emoji
- Icons: Feather Icons
- Fork the project.
- Start a new branch with your changes:
git checkout -b my-new-feature
- Save it and create a commit message describing what you have done:
git commit -m "feature: My new feature"
- Send your alterations:
git push origin my-feature
This project is being developed under MIT License.
Made with ❤️ by Wilson Franca 👋