Giter Site home page Giter Site logo

ignacionmiranda / chrono Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 692 KB

Pseudo Harvest clone built for learning purposes using NextJS

Home Page: https://chrono-k.vercel.app/

License: MIT License

Shell 0.21% JavaScript 3.98% TypeScript 93.63% CSS 2.18%
auth0 i18n i18next mongodb mongoose nextjs react tailwindcss

chrono's Introduction

Chrono

Pseudo Harvest clone. This project was made with learning purposes.

It tries to replicate the main features of Harvest and also adds some extra ones that I considered interesting and amusing ;) like selecting a background image and a thumbnail image.

Getting Started

This project uses Auth0 in order to handle both user authentication and profile editing. It also uses MongoDB as the persistence layer. Make sure you have defined every needed environment variable. You can find an example in this file .env.example.

You should run yarn prepare command in order to enable husky.

Then, run the development server:

yarn dev

If you prefer to run MongoDB in the terminal, open a background console

mongod

Open http://localhost:3000 with your browser to see the result.

Main Features and Characteristics

  • Allows to CRUD tasks with a title and a description, persisting them in a non-relational database as MongoDB.
  • i18n (en, es).

Considerations

  1. The whole backend logic that we can found in the pages/api folder should be isolated in a separate service/api in order to follow the separation of concern principle. For the sake of simplicity, this project groups everything in the same app (:

Author

Ignacio Miranda Figueroa

License

MIT

chrono's People

Contributors

ignacionmiranda avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.