- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgments
- 📝 License
React-Group-Project is a repository consisting of the following files:
- HTML file
- CSS file
- React file
- React with Redux Toolkit file
- Html,CSS and JS linters file
React-Group-Project - HTML/CSS & REACT
- Create a Space Travelers Hub website with React-js.
- Create all functionality a Space Travelers Hub have with react redux api asyncThunk.
- Create a (SPA) single page app but behave like multiple page app.
- User can book to the Rocket and Mishon.
- User can delete a booking Rocket and Mishon.
- User can see How Many Rocket and Mishon he/she Booked.
- CSS styles Added to the application to make it match this wireframe.
To get a local copy up and running, follow these steps.
Clone this repository to your desired folder:
cd my-folder git clone https://github.com/jubaer919/react-group-project.git
In order to run this project you need:
- gitHub account;
- git installed on your OS.
https://github.com/microverseinc/linters-config/tree/master/html-css-js
- Installations required to run this project:
- Run the following command:
npm install --save-dev hint@7.x
- Run the following command:
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
- Run
npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
You can use this project by cloning it to your folder and changing index.html and styles.css files.
To run tests, run the following commands:
To track linter errors locally follow these steps:
Download all the dependencies run:
npm install
Track HTML linter errors run:
npx hint .
Track CSS linter errors run:
npx stylelint "**/*.{css,scss}"
Track JavaScript linter errors run:
npx eslint ."
To Open The Project On The Browser npm start
You can redeploy this project by adding new lines of code to source files.
👤 Jubaer hossain maruf
- GitHub: @jubaer919
👤 Khuraijam Henary Singh
- GitHub: @HenaryKhuraijam
- Twitter: @HenaryKhuraijam
- LinkedIn: Henary Khuraijam
React-Group-project: a complete website this will be added.
Contributions, issues, and feature requests are welcome!
Give me ⭐️ If you like this project!
- I would like to thank Microverse program for providing me this great chance.
This project is MIT licensed.