Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinisioux/moveit
Moveit is a time management system between focus and exercise
https://github.com/vinisioux/moveit
nextauth nextjs nlw oauth2 prisma prisma-client reactjs styled-components theme-switcher typescript
Last synced: 11 days ago
JSON representation
Moveit is a time management system between focus and exercise
- Host: GitHub
- URL: https://github.com/vinisioux/moveit
- Owner: vinisioux
- Created: 2021-02-23T17:38:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-02T23:15:39.000Z (almost 4 years ago)
- Last Synced: 2023-03-06T22:58:55.410Z (almost 2 years ago)
- Topics: nextauth, nextjs, nlw, oauth2, prisma, prisma-client, reactjs, styled-components, theme-switcher, typescript
- Language: TypeScript
- Homepage: https://next-move-it.vercel.app/
- Size: 957 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
### :rocket: Technologies
This project is being developed using the following technologies:
- [TypeScript](https://www.typescriptlang.org/)
- [ReactJS](https://reactjs.org)
- [Next.js](https://nextjs.org/)
- [Styled Components](https://styled-components.com/)
- [NextAuth.js](https://next-auth.js.org/)
- [Prisma](https://www.prisma.io/)---
### :dart: How To Run
To clone and run this application, you'll need [Git](https://git-scm.com), [Node.js](https://nodejs.org/en/) + [Yarn](https://yarnpkg.com/) installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/vinisioux/moveit# Go into the repository
$ cd moveit/# Install dependencies
$ yarn install# Start the server
$ yarn dev
```Made by [Vinicius Henrique](https://github.com/vinisioux) 🚀