|
1 |
| -This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). |
| 1 | +# Chitrakala - Ticket Booking React app |
2 | 2 |
|
3 |
| -## Available Scripts |
| 3 | +> A react ticket booking application which let users to book ticket based on date, location and time at there ease. |
4 | 4 |
|
5 |
| -In the project directory, you can run: |
6 | 5 |
|
7 |
| -### `npm start` |
| 6 | +## Built With |
8 | 7 |
|
9 |
| -Runs the app in the development mode.<br /> |
10 |
| -Open [http://localhost:3000](http://localhost:3000) to view it in the browser. |
| 8 | +- React js |
| 9 | +- Styled Components |
11 | 10 |
|
12 |
| -The page will reload if you make edits.<br /> |
13 |
| -You will also see any lint errors in the console. |
| 11 | +## Getting Started |
14 | 12 |
|
15 |
| -### `npm test` |
| 13 | +**Just fork it and fell free to use it.** |
16 | 14 |
|
17 |
| -Launches the test runner in the interactive watch mode.<br /> |
18 |
| -See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. |
| 15 | +To get a local copy up and running follow these simple example steps. |
19 | 16 |
|
20 |
| -### `npm run build` |
| 17 | +### Prerequisites |
21 | 18 |
|
22 |
| -Builds the app for production to the `build` folder.<br /> |
23 |
| -It correctly bundles React in production mode and optimizes the build for the best performance. |
| 19 | +1 Install Node js in your local system |
| 20 | +2 Code Editor |
| 21 | +3 Browser (optional) |
24 | 22 |
|
25 |
| -The build is minified and the filenames include the hashes.<br /> |
26 |
| -Your app is ready to be deployed! |
27 | 23 |
|
28 |
| -See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. |
| 24 | +### Install |
29 | 25 |
|
30 |
| -### `npm run eject` |
| 26 | +After making a clone of this repo open your cmd/terminal and use |
31 | 27 |
|
32 |
| -**Note: this is a one-way operation. Once you `eject`, you can’t go back!** |
| 28 | +`npm install` (this will install all the dependencies ) |
33 | 29 |
|
34 |
| -If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. |
| 30 | +### Starting app |
35 | 31 |
|
36 |
| -Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own. |
| 32 | +Once everything has been installed, go to root folder. In the terminal type: |
37 | 33 |
|
38 |
| -You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it. |
| 34 | +`npm start` (this will open localhost and start the app) |
39 | 35 |
|
40 |
| -## Learn More |
| 36 | +## Authors |
41 | 37 |
|
42 |
| -You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). |
43 | 38 |
|
44 |
| -To learn React, check out the [React documentation](https://reactjs.org/). |
| 39 | +👤 **Arjun K Prasad** |
45 | 40 |
|
46 |
| -### Code Splitting |
| 41 | +- Github: [@arjun1237](https://github.com/arjun1237/) |
| 42 | +- Hackerrank: [@arjun1237](https://www.hackerrank.com/arjun1237) |
| 43 | +- Linkedin: [@arjun1237](https://www.linkedin.com/in/arjun1237/) |
| 44 | + |
47 | 45 |
|
48 |
| -This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting |
| 46 | +👤 **Keshav Mahawar** |
49 | 47 |
|
50 |
| -### Analyzing the Bundle Size |
| 48 | +- Github: [@KeshavMahawar](https://github.com/KeshavMahawar) |
| 49 | +- Twitter: [@kesmahawar](https://twitter.com/kesmahawar) |
| 50 | +- Linkedin: [Keshav Mahawar](https://www.linkedin.com/in/keshav-m-191a8b131) |
| 51 | + |
51 | 52 |
|
52 |
| -This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size |
53 | 53 |
|
54 |
| -### Making a Progressive Web App |
| 54 | +## 🤝 Contributing |
55 | 55 |
|
56 |
| -This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app |
| 56 | +Contributions, issues and feature requests are welcome! |
57 | 57 |
|
58 |
| -### Advanced Configuration |
| 58 | +Feel free to check the [issues page](https://github.com/arjun1237/Chitrakala/issues). |
59 | 59 |
|
60 |
| -This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration |
| 60 | +## Show your support |
61 | 61 |
|
62 |
| -### Deployment |
| 62 | +Give a ⭐️ if you like this project! |
63 | 63 |
|
64 |
| -This section has moved here: https://facebook.github.io/create-react-app/docs/deployment |
| 64 | +## Acknowledgments |
65 | 65 |
|
66 |
| -### `npm run build` fails to minify |
| 66 | +- Implemented Context Api and and basic concepts of react to build this application |
| 67 | +- Used local storage to store the data |
| 68 | +- Used GeoLocation Api to get user location |
67 | 69 |
|
68 |
| -This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify |
| 70 | +## 📝 License |
| 71 | + |
| 72 | +This project is [MIT](./LICENSE) licensed. |
0 commit comments