Skip to content

This is the frontend repository of ConnecTi which is a personal CRM application. To achieve separation of frontend and backend, ConnecTi uses two repositories to maintain the application.

Notifications You must be signed in to change notification settings

Lingxiao108105/comp30022-it-project-frontend

 
 

Repository files navigation

comp30022-it-project-frontend

Project Description

This is the frontend for team yyds of comp30022 It Project, a personal CRM website to record your customers' details.

Features

  • Authentication (Login/Logout)
  • Register
  • Create organizations to store departments and related customers
  • Manage organizations created
  • Create departments and manage access to the customers in the department
  • Manage department members' authority level such as access, update and insert, delete to the customers stored in the department
  • Join an department to access customers recorded in the department
  • Display customers stored in a department
  • Create a new customer and store it in a department
  • Update a customer in a department
  • Delete a customer in a department
  • Update User details
  • Verify user after register
  • Transfer organization ownership
  • Search customers in a department
  • Display a few most recent contacts on sidebar, can navigate to contact
  • Create an event
  • Add contact to an event
  • Delete contact from an event
  • Create, modify, delele a todo
  • Display Events
  • Sidebar re-implement to look better
  • Improved overall CSS
  • Restrict user input by providing a select component when edit contact
  • Using a new notification component which do not need user response (notification at bottom right)

Available Scripts

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.

Technologies Used

About

This is the frontend repository of ConnecTi which is a personal CRM application. To achieve separation of frontend and backend, ConnecTi uses two repositories to maintain the application.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.3%
  • Other 1.7%