Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hk-transfield/project-manager-app
A simple ReactJS application for managing projects.
https://github.com/hk-transfield/project-manager-app
javascript project-management project-manager react react-bootstrap react-bootstrap-components reactjs web-app web-application web-development
Last synced: about 2 months ago
JSON representation
A simple ReactJS application for managing projects.
- Host: GitHub
- URL: https://github.com/hk-transfield/project-manager-app
- Owner: HK-Transfield
- Created: 2021-05-02T21:27:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-20T20:16:56.000Z (over 3 years ago)
- Last Synced: 2024-11-03T07:52:16.414Z (3 months ago)
- Topics: javascript, project-management, project-manager, react, react-bootstrap, react-bootstrap-components, reactjs, web-app, web-application, web-development
- Language: JavaScript
- Homepage:
- Size: 675 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Management — ReactJS Application
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
This project management application allows users to create new projects, view all their current projects and search for a specific project.
## Application Description
• This is a simple application for managing projects. Users can see all the
available projects, add more projects, delete projects and sort projects.• The application lists all the projects from a file as shown in the screenshot
• User can also delete the project by clicking on the “X” button as shown in
the above screenshot.• When a user clicks on the “create a new project” button, a form should
appear for adding new projects a show in the screenshot. This form
consists of a text boxes for Project Name, Project ID, Project
Description, Start Date, End Date and Submit Button.• On clicking the submit button, a new project should appear in the list of
projects.• The user can also search and sort the projects. Projects can be sorted in
ascending or descending order by project name and start date.## Usage
```javascript
npm install
```