Technologies | Project | License
-
This Web App allows you to create tasks and share with your team or study groups and they can insert comments.
-
Next.js was chosen for this project because it has features that I thought were essential for the performance of this application, SSR (Server Side Rendering) and SSG (Site Static Generation). Below is a schematic explaining these concepts:
This project was developed with the following technologies:
How to run:
# Clone Repository
$ git clone
# Go to folder
$ cd taskify
# Install Dependencies
$ yarn
# Run Aplication
$ yarn dev
This project is under the MIT license. See the LICENSE for more information.