With this application, you can create your own movie list. You can add movies, delete existing ones, and update existing movies.
- Add Movies
- Delete Movies
- Update Movies
- Search Movies
- Clone the project:
git clone https://github.com/gzcmustafa/React-Movie-App.git
- Navigate to the directory:
cd React-Movie-App
- Install dependencies:
npm install
- Start JSON Server:
npx json-server --watch src/api/movies.json --port 3002
- Run the project:
npm start