Git-Harshit / HackInOut7

This repository contains code for our hack submission, under HackInOut 7.0

Home Page:todo-hack-in-out7.git-harshit.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To-Do Task Management

By Team ReverseHackers

About

This Repository contains the latest Code Base for our own version of To-Do Task Management App. It will be built (in fact, is under active construction now), with MERN stack.

Using the React Code

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved, and can be referred here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved, and can be referred here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved, and can be referred here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved, and can be referred here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved, and can be referred here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved, and can be referred here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

Contributing

Collaborators can directly begin contributing in the repository by cloning the repository in their system, and updating the repository contents.

General steps to get contributing are:

  1. Fork the Repository
  2. Clone your forked repository
  3. Add/change the files and contents that you feel go towards project updation
  4. git add . the changes (needed in case of Git CLI)
  5. git commit the changes
  6. Pull changes from server and push your changes over them.

That's it from your side. Then, wait for your changes to be reviewed and merged.

Moreover, The Project is open to accept any issues that get encountered in the output or in the program files. We appreciate any issues open here.

The Web Application is open-sourced! Feel free to refer the code, and in case of any queries, do mention the same.

Note: Currently, only limited collaborators are allowed to implement and work on the project, since the initial submission will go towards Hack In Out 7.0. The repository and project may be opened for all regarding further updations later.

About

This repository contains code for our hack submission, under HackInOut 7.0

todo-hack-in-out7.git-harshit.vercel.app

License:The Unlicense


Languages

Language:JavaScript 84.2%Language:CSS 7.9%Language:HTML 7.9%