GithubHelp home page GithubHelp logo

vasilismantz / work-project Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 745 KB

:memo: A powerful Todo list built with React, Node.Js, GraphQL, MongoDB ...

Home Page: https://todolist1.vercel.app

JavaScript 77.35% Shell 0.07% CSS 22.58%

work-project's Introduction

A powerful todo list built with React, Node.Js, GraphQL, MongoDB ...

Description

This Todo list was made using Next.js, React, Apollo Client and Material UI amongst other libraries on the frontend and Node.js with Apollo Server and GraphQL on the backend. As for the database, I used MongoDB and MongoDB Atlas for hosting.

Features

Experience

  • Greatly improved my skills as a backend developer by building a solid full stack application with complex entities and a simple and self exlanatory api
  • Vastly imporved my css skills
  • Learned more about CI/CD with Vercel
  • Introduced myself to the world of GraphQL
  • Gained more advanced React experience ContextAPI
  • Greatly improved my development process and monitoring through the correct use of git branches, commit messages, pull requests, stashing and many more
  • Got one step further to writing cleaner and more self explanatory code

Execute locally

# Clone this repository
$ git clone https://github.com/vasilismantz/work-project.git

# Go into the repository
$ cd work-project

# Install dependencies
$ yarn install

Copy and update the environment variables

cp ./apps/api/.env.example ./apps/api/.env
cp ./apps/www/.env.example ./apps/www/.env

Run the app

  • For the backend
$ yarn run dev:api
  • For the frontend
$ yarn run dev:www

To install a new library

Use yarn workspace <app> add <library@version>. The following example shows how to install react v16.13.1 for apps/www:

yarn workspace @work-project/www add [email protected]

Known issues

  • here along with some other improvements planned.

work-project's People

Contributors

vasilismantz avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

aloneboydev

work-project's Issues

Add README

Add a basic README file explaining:

  • How to run the project
  • How to add new dependencies

Add Loading screen until data are fully fetched

After pushing project to production, I noticed that due to network delays, the fetching of tasks seems odd and laggy. A simple loading overlay bar until the data is fetched should fix this ux "issue"

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.