Skip to content

Commit

Permalink
Added Movie-List Project (#31)
Browse files Browse the repository at this point in the history
* added I-pod project

* added I-pod

* add movie-list app

* removing movie-app

* add movie-list app
  • Loading branch information
mridulpal019 authored Oct 16, 2022
1 parent fb13b20 commit 8c689db
Show file tree
Hide file tree
Showing 18 changed files with 30,214 additions and 0 deletions.
23 changes: 23 additions & 0 deletions PROJECTS/Movie-list/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
21 changes: 21 additions & 0 deletions PROJECTS/Movie-list/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

# Features

You can search any movie from the search option and can add to the list.

Movie's can be added into favourite list.
Loading

1 comment on commit 8c689db

@vercel
Copy link

@vercel vercel bot commented on 8c689db Oct 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.