https://github.com/harundogdu/popupsmart-react-practium
This project is the TODO App that I developed using Create React App.
https://github.com/harundogdu/popupsmart-react-practium
mockapi react todo-app
Last synced: about 2 months ago
JSON representation
This project is the TODO App that I developed using Create React App.
- Host: GitHub
- URL: https://github.com/harundogdu/popupsmart-react-practium
- Owner: harundogdu
- Created: 2022-09-14T21:46:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T20:26:59.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T13:41:39.942Z (4 months ago)
- Topics: mockapi, react, todo-app
- Language: JavaScript
- Homepage:
- Size: 437 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Popupsmart React Practicum
Bu proje [Create React App](https://github.com/facebook/create-react-app) ve [Mock Api](https://mockapi.io/) kullanalarak geliştirdiğim TODO App uygulamasıdır.
## Kurulum
İlk olarak aşağıdaki komutu kopyalanız. Ardından terminal ekranını açarak, projenin kurulmasını istediğiniz bir alana gelerek yapıştırıp çalıştırınız.
```sh
git clone https://github.com/harundogdu/popupsmart-react-practium.git
```Klonlama işleminin ardından backend işlemleri için terminal ekranına projenin adını yazarak, aşağıda bulunan kodu yapıştırıp çalıştırınız.
```sh
cd popupsmart-react-practium && npm install
```## ENV Değişikliği
Bu işleminin ardından, ana dizinde bulunan `.env.example` dosyasını kendinize göre konfigure ederek, dosyaları `.env` haline getiriniz.## Çalıştırma
Projeyi çalıştırmak için ilgili klasörlere gelip, aşağıdaki komutu yazmanız yeterli olacaktır.
```sh
npm start
```## Daha fazlası
Daha fazlası ve aklınıza takılan herhangi bir soru için için bana kişisel [web sitem](https://harundogdu.dev/) üzerinden ulaşabilir, "Pull Request" isteklerinde bulunabilirsiniz.