Giter VIP home page Giter VIP logo

projectize's Introduction

Projectize(IN PROGRESS)

Projectize is a web application built using the MERN stack (MongoDB, Express, React, Node.js), Tailwind CSS, and GraphQL. It allows you to efficiently manage and track the number of projects you're working on. With a user-friendly interface, Projectize enables you to add, update, and delete projects as needed.

Features

  • User Authentication: Register and log in securely to access your projects.
  • Add Projects: Add details of the projects you're working on, such as name, description, and start date.
  • Update Projects: Modify project details whenever needed, including the project's current status.
  • Delete Projects: Remove projects that are no longer active or relevant.
  • View Project List: See a list of all your projects along with their key information.
  • Responsive Design: Enjoy a seamless experience across various devices with responsive UI design.

Installation

  1. Clone the repository to your local machine:
git clone [email protected]:itse4elhaam/Projectize.git
cd projectize
  1. Install server dependencies:
npm install
  1. Install client dependencies:
cd ../client
npm install
  1. Set up environment variables:

    Create a .env file in the server directory. Add the following environment variables and replace the values accordingly:

    PORT=8000
    NODE_ENV= "Development"
    MONGO_URI=your_mongodb_uri
    JWT_SECRET=your_jwt_secret
  1. Run the servers

Run in the root folder to start both client & server simultaneously

npm run dev

Run in the root folder to start server

npm run server

Run in the root folder to start client

npm run client

Technologies Used

  • MongoDB: NoSQL database for storing project data.
  • Express: Backend framework for building the server.
  • React: Frontend library for building the user interface.
  • Node.js: JavaScript runtime for running the server.
  • Tailwind CSS: Utility-first CSS framework for responsive styling.
  • GraphQL: Query language and runtime for API interactions.

Contributing

This project is currently under progress and hence not open to contributions, but if you still want to collaborate or be of help in some way contact me a at [email protected]

projectize's People

Contributors

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