Coder Social home page Coder Social logo

ezdo's Introduction

banner image

How to start using it

# Clone the repository
git clone https://github.com/SaitamaSama/ezdo-hackerearth
# Install dependencies
# Important note about this step:
# this application requires certain dependencies which uses node-gyp, so build-tools installation is recommended
npm i
# Install the app
node install.js
# Build the app
npm run build
# this will create a .env file which contains the database location and port
# edit this file to change these as required
# Run the app
npm start

Project Structure Explainer

├── .vscode "Editor settings for VSCode."
├── dist "Output files after the build. Will not be included in Source Control."
├── src
│   ├── backend
│   │   ├── entities
│   │   │   ├──          "Data entities for typeorm."
│   │   ├── middlewares
│   │   │   ├──          "Middlewares for the express app to facilitate CORS and other utility tasks."
│   │   ├── routes
│   │   │   ├──          "Routers for the backend."
│   │   ├── index.ts     "Entry point for the backend application"
│   │   └── util.ts
│   ├── frontend
│   │   ├── modules
│   │   │   ├── <module> "Modules follow a structure like this:"
│   │   │   │   ├── components
│   │   │   │   │   └──  "TSX files"
│   │   │   │   └── scss
│   │   │   │       └──  "SCSS style files for each component"
│   │   │   ├── about
│   │   │       ├──      "Houses stuff for this very page."
│   │   │   ├── archive
│   │   │       ├──      "Houses components and styles for the archive page."
│   │   │   ├── auth
│   │   │       ├──      "Houses components and styles for the login / register pages."
│   │   │   ├── common
│   │   │       ├──      "Common components required all over the frontend."
│   │   │   ├── dashboard
│   │   │       ├──      "Houses the compnents and styles for the Dashboard page."
│   │   │   ├── root
│   │   │       ├──      "Handles mounting the required Higher Order Components."
│   │   │   ├── search
│   │   │       ├──      "Houses the compnents and styles for the Search page."
│   │   │   └── util
│   │   │       ├──      "Utility functions / components for the entire frontend."
│   │   ├── index.html
│   │   └── mounter.tsx  "Entry point for the frontend side of things."
│   ├── resources
│   │   ├──              "Resources for the project, such as backgrounds, and illustrations."
│   └── custom.d.ts
├── .gitignore           "General GIT Ignore file for node_modules and the related."
├── package.json         "NPM stuff."
├── todo.sqlite          "Database for the project."
├── tsconfig.json        "Typescript configuration."
└── webpack.config.js    "Webpack configuration."

ezdo's People

Contributors

dependabot[bot] avatar ikariiin avatar

Stargazers

 avatar  avatar  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.