diff --git a/LICENSE b/LICENSE
index 95dbc7b..d533809 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2024 Gladwin Tshepo Ramantso
+Copyright (c) 2024 Gladwin Tshepo Ramantso & George Hamman & Evans kofi Nyamekye
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 58beeac..e82f5cd 100644
--- a/README.md
+++ b/README.md
@@ -1,70 +1,191 @@
-# Getting Started with Create React App
+
-This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
+
+
-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.
+- **[React Components]**
+- **[Redux]**
+- **[Database]**
+- **[Rails API]**
-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.
+
(back to top)
-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.
+
-## Learn More
+## 🚀 Live Demo
-You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
+- Coming soon.
-To learn React, check out the [React documentation](https://reactjs.org/).
+
(back to top)
-### Code Splitting
+
-This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
+## 💻 Getting Started
-### Analyzing the Bundle Size
+To get a local copy up and running, follow these steps.
-This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
+### Prerequisites
-### Making a Progressive Web App
+In order to run this project you need:
-This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
+- VScode
+- Ruby
+- Rails
+- Postgres
-### Advanced Configuration
+### Setup
+
+Clone this repository to your desired folder:
+
+Make sure you setup and run the back-end first.
+
+```sh
+ git clone git@github.com:tsheporamantso/final-capstone-react-front-end.git
+ cd final-capstone-react-front-end
+```
+
+### Install
+
+Install this project with:
+
+```sh
+ npm install
+```
+
+```sh
+ rails db:create
+```
+
+```sh
+ rails db:migrate
+ rails db:seed
+```
+
+### Usage
+
+To run the project, execute the following command:
+
+```sh
+ npm start
+```
-This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
### Deployment
-This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
+Not deployed
+
+
(back to top)
+
+
+
+## 👥 Authors
+
+👤 **Gladwin Tshepo Ramantso**
+
+- GitHub: [@tsheporamantso](https://github.com/tsheporamantso)
+- Twitter: [@ramgt001](https://twitter.com/ramgt001)
+- LinkedIn: [Tshepo Gladwin Ramantso](https://www.linkedin.com/in/tshepo-ramantso-b6a35433/)
+
+👤 **George Hamman**
+
+- GitHub: [@githubhandle](https://github.com/George7h)
+- LinkedIn:
George Hamman
+
+👤 **Evans Kofi Nyamekye**
+- GitHub: [evansnyamekye](https://github.com/evansnyamekye)
+- Twitter: [@nyamekye2131](https://twitter.com/nyamekye2131)
+- LinkedIn: [Evans Kofi Nyamekye](https://www.linkedin.com/in/evans-kofi-nyamekye-1980a4117/)
+
+
(back to top)
+
+
+
+## 🔭 Future Features
+
+- [ ] **Improve Styling**
+- [ ] **Spesific room selection with each place**
+- [ ] **Check to see if a person can book the hotel if they have rooms available**
+
+
(back to top)
+
+
+
+## 🤝 Contributing
+
+Contributions, issues, and feature requests are welcome!
+
+Feel free to check the [issues page](https://github.com/tsheporamantso/final-capstone-react-front-end/issues).
+
+
(back to top)
+
+
+
+## ⭐️ Show your support
+
+If you like this project feel free to leave a star and/or follow me on Github.
+
+
(back to top)
+
+
+
+## 🙏 Acknowledgments
+
+I would like to thank the code reviewers for taking the time to review our project and for Microverse for supplying it.
+Also I would like to thank [Murat Korkmaz](https://www.behance.net/muratk) on Behance for the design inspiration.
+
+
(back to top)
+
+
+
+## 📝 License
-### `npm run build` fails to minify
+This project is [MIT](./LICENSE) licensed.
-This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
+
(back to top)
\ No newline at end of file