https://github.com/ibrsec/tutortodo_app_frontend
Frontend of the tutorials app
https://github.com/ibrsec/tutortodo_app_frontend
bootstrap react
Last synced: about 1 month ago
JSON representation
Frontend of the tutorials app
- Host: GitHub
- URL: https://github.com/ibrsec/tutortodo_app_frontend
- Owner: ibrsec
- Created: 2024-07-17T03:52:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T13:18:47.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T21:36:28.547Z (over 1 year ago)
- Topics: bootstrap, react
- Language: JavaScript
- Homepage: https://tutortodo-app-frontend.vercel.app/
- Size: 966 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Frontend of Fullstack Tutorials App
An awesome Frontend of Fullstack Tutorials App
View Demo
ยท
Backend repo
ยท
Report Bug
ยท
Request Feature
๐ Table of Contents ๐
---
[](https://tutortodo-app-frontend.vercel.app/)
---
๐ฆ Frontend of the my Fullstack Tutorials project | [Tutorials Backend](https://github.com/ibrsec/tutortodo_app_backend)
๐ฏ React Development: Built a responsive frontend with React.js, offering a seamless user experience for managing tutorials.
๐พ CRUD Operations: Developed full CRUD functionality for efficiently managing tutorials and related data.
๐จ Styling: Utilized Bootstrap to create a modern, responsive, and visually appealing user interface.
```sh
# clone the project
git clone https://github.com/ibrsec/tutortodo_app_frontend.git
# enter the project directory
cd tutortodo_app_frontend
# install dependency
npm install || yarn install
# develop
npm run dev || yarn start
```
```diff
tutortodo_app_frontend (folder)
|
|---public (folder)
|
+ |---src (folder)
| |
| |---pages (folder)
| |
| |---components (folder)
| |
| |---App.js
| โ---Index.js
|
|----package.json
|----.gitignore
|----.env
โ----readme.md
```
---