Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/safdarjamal/crud-app
❄️ A simple and beautiful CRUD application built with React.
https://github.com/safdarjamal/crud-app
create create-react-app crud-app crud-application delete first-react-project hooks javascript jsx react react-crud-app react-for-beginners react-hooks reactjs reactjs-components read redux single-page-app ui update
Last synced: 9 days ago
JSON representation
❄️ A simple and beautiful CRUD application built with React.
- Host: GitHub
- URL: https://github.com/safdarjamal/crud-app
- Owner: SafdarJamal
- License: mit
- Created: 2019-03-28T21:02:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T15:18:02.000Z (5 months ago)
- Last Synced: 2024-10-12T23:44:16.327Z (23 days ago)
- Topics: create, create-react-app, crud-app, crud-application, delete, first-react-project, hooks, javascript, jsx, react, react-crud-app, react-for-beginners, react-hooks, reactjs, reactjs-components, read, redux, single-page-app, ui, update
- Language: JavaScript
- Homepage: https://safdarjamal.github.io/crud-app/
- Size: 5.46 MB
- Stars: 151
- Watchers: 1
- Forks: 118
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CRUD App
A simple and beautiful CRUD application built with React.![crud-app](https://user-images.githubusercontent.com/48409548/94567114-8aa5ea80-0284-11eb-99f6-87401b099848.png)
## Technologies Used
- [React](http://reactjs.org)
- [Primitive UI](https://taniarascia.github.io/primitive)
- [SweetAlert2](https://sweetalert2.github.io)## Development
To get a local copy of the code, clone it using git:
```
git clone https://github.com/SafdarJamal/crud-app.git
cd crud-app
```Install dependencies:
```
npm install
```Now, you can start a local web server by running:
```
npm start
```and then you can open http://localhost:3000 to view it in the browser.
#### Available Scripts
| Script | Description |
| ------------- | ----------------------------------------------------------------------- |
| npm start | Runs the app in the development mode. |
| npm test | Launches the test runner in the interactive watch mode. |
| npm run build | Builds the app for production to the `build` folder. |
| npm run eject | This command will remove the single build dependency from your project. |## Credits
CRUD App is built and maintained by [Safdar Jamal](https://safdarjamal.github.io).
## License
CRUD App is open-source software licensed under the [MIT License](https://github.com/SafdarJamal/crud-app/blob/master/LICENSE).