Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucas-erkana/countdown-app
This is a web application that incorporates a countdown, timer and time functionality with use of react.
https://github.com/lucas-erkana/countdown-app
react
Last synced: 5 days ago
JSON representation
This is a web application that incorporates a countdown, timer and time functionality with use of react.
- Host: GitHub
- URL: https://github.com/lucas-erkana/countdown-app
- Owner: Lucas-Erkana
- License: other
- Created: 2023-06-08T13:13:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-08T13:20:53.000Z (over 1 year ago)
- Last Synced: 2024-10-12T09:49:34.184Z (about 1 month ago)
- Topics: react
- Language: JavaScript
- Homepage:
- Size: 171 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Countdown
> This is a web application that incorporates a countdown, timer and time functionality with use of react.
# 📗 Table of Contents
- [� Table of Contents](#-table-of-contents)
- [📖 Math Magician ](#-math_magic_react-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🔭 Future Features ](#-future-features-)
- [🚀 Live Demo ](#-live-demo-)
- [🚀 Video Presentation ](#-Video-Project-Presentation-)
- [💻 Getting Started ](#-getting-started-)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Testing](#testing)
- [Deployment](#deployment)
- [👥 Author](#-author)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)>This is the first project of the Math Magicians application. I set up the environment and tools needed to develop a React application.
**Math magician app**
### Tech Stack
- HTML
- CSS
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
- [React]((https://github.com/microverseinc/curriculum-javascript/blob/main/todo-list/lessons/webpack_v1_1.md))Languages
- HTML
- CSS
- Javascript
- React
Bundler
- React
Server
- Github
- **Use calculator**
- **Use calculator to make calculations**
- [ ] **calculate sin,cos and tan**
- [ ] **calculate square root and to the power**
## 🚀 Video Project Presentation
- -Video Project Presentation Link
To get a local copy up and running, follow these steps.
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/Lucash2022/math_magician_react.git
cd math_magiacian_react
```
### Install
Install this project with:
```sh
npm install
```
### Usage
To run the project in a development server, execute the following command:
```sh
npm start
```
### Testing
To run the tests in a development server, execute the following command:
```sh
npm test
```
To to build for the production, execute the following command:
```sh
npm run build
```
### Deployment
You can deploy this project using [Github Pages](https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site)
## 👥 Author
Lucas Erkana
[githubhandle](https://github.com/Lucash2022)
[twitterhandle](https://twitter.com/@Lucas_David_22)
[linkedIn](https://www.linkedin.com/in/lucas-erkana-b30a0b3b/)
[facebook](https://www.facebook.com/lucash.toni)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Lucash2022/math_magician_react/issues).
If you like this project give me a star.
Thanks to our friend [Alex](https://github.com/Osoro254Alex) for a good insight of the overview of the project.
> Add at least 2 questions new developers would ask when they decide to use your project.
- **What is this project?**
- It's a project of micoverse curriculum.
- **Is there any SQL database for this site**
- No, there isn't. However, I used javascirpt objects stored in a file as a small database.
This project is [MIT](https://github.com/Lucash2022/math_magician_react/blob/linters/LICENSE) licensed.