Skip to content

Math magician is a react based application that utilizes React routes for developing multipage application and snapshot Api testing

License

Notifications You must be signed in to change notification settings

Becky449/math-magicians

Repository files navigation

Math Magician: setup

Math- magician is an app built on React. You will set up the environment and tools needed to develop the application. In the following projects, you will develop the actual application.

Learning objectives

  • Set up a React app.
  • Use React documentation.

Built With

  • REACT
  • HTML.
  • CSS.
  • JAVASCRIPT.
  • Check the code with Linters tests.

Live Demo (if available)

Getting Started

To get a local copy up and running follow these simple example steps:

  • git clone git@github.com:Becky449/math-magician.git
  • cd math-magician
  • npm install
  • npm start
  • index.html

Run Tests

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 .

Deployment

  • I used GitHub Pages to deploy my website
  • For more information about publishing sources, see "About github page"

Authors

👤 Rabecca Nabwire

Credits

Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project and how we manage to build it!

Acknowledgments

  • Thanks to the Microverse team for the great curriculum.
  • Thanks to the Code Reviewer(s) for the insightful feedbacks.
  • A great thanks to My coding partner, morning session team, and standup team for their contributions.
  • Hat tip to anyone whose code was used.

📝 License

This project is MIT licensed

About

Math magician is a react based application that utilizes React routes for developing multipage application and snapshot Api testing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published