- 📖 About the Project
- 🛠 Built With
- Tech Stack
- Key Features 🚀 Live Demo
- 🛠 Built With
- 💻 Getting Started
- 👥 Author
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
react capstone is a simple website based on react. This project describes some financial income data.
🛠 Built With React
Client
- Demo of Linters
🚀 Live Demo Link (https://react-capstone-ot6v.onrender.com/) Video link (https://www.loom.com/share/0f538bbdaf204dac991fcb426e5b0b5c?sid=bd17d185-e4b0-4238-b45e-d7b90a161554)
In order to run this project you need:
- Modern updated Web Browser such as Chrome, Safari, Firefox, among others
- git-syn
- code editor
- Javascript enabled
- node js
- npm
Clone this repository to your desired folder:
git clone https://github.com/MenendezON/react-capstone
To install all dependencies, run:
npm install
To run the project, execute the following command:
To run the project, follow these instructions:
- Clone this repo to your local machine.
To run tests, run the following command:
- Track HTML linter errors run:
npx hint .
- Track CSS linter errors run:
npx stylelint "**/*.{css,scss}"
- Track JavaScript linter errors run:
npx eslint .
We use Jest, a popular testing framework, to ensure the correctness of our code. To run the tests, follow these steps:
Open a terminal or command prompt in the project directory.
To execute all the tests, run the following command:
npm test
To run specific test files or use additional options, you can use the jest command directly. For example, to run tests in a specific file:
npx jest path/to/test-file.test.js
👤 Menendez NELSON
- GitHub: @MenendezON
- Twitter: @username
- LinkedIn: username
- Add functionality
- Add charachter page
- fetch data from api
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give it a⭐️
- Microverse
- Credit to Nelson Sakwa the author of the original design
This project is MIT licensed.