GithubHelp home page GithubHelp logo

badeozgule / react-pomodoro-app Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 306 KB

Home Page: https://badeozgule.github.io/react-pomodoro-app/

License: MIT License

JavaScript 63.80% Haml 0.01% HTML 3.07% SCSS 33.12%

react-pomodoro-app's Introduction

React Pomodoro App - 25+5 Clock

React Pomodoro App, developed by Bade Ozgule on CodePen, is on trend after being picked by the CodePen team on 27.12.2023! ๐ŸŽ‰ Original URL: https://codepen.io/badeozgule/pen/yLRXPpy.

Build Process

This package allows you to transform raw code into a browser-ready preview offline. It includes the original code in the src/ directory and a custom build script with processors.

Installation

Make sure you have a recent version of Yarn or Node.js and npm installed.

Navigate to the project directory in the terminal and install the necessary packages:

# Using Yarn
yarn install

# Using npm
npm install

Build

To build for distribution:

# Using Yarn
yarn run build

# Using npm
npm run build

All of the final output will be dropped into the /dist/ folder.

Server

Run a local server that will automatically compile your code & refresh when you save a change!

# Using Yarn
yarn run serve

# Using npm
npm run serve

Folder Structure

/exported-item/
|-- /build/ - Build scripts
|  |-- gulpfile.js - The tasks for the main build process
|  |-- util.js - Utilities used by the tasks
|
|-- /src/ - Your code
|  |-- index.template.html - The wrapper around your compiled HTML that includes any external stylesheets and scripts
|  |-- index.partial.(html|pug|haml|...) - The raw HTML input or preprocessor equivalent
|  |-- style.(css|scss|less|...) - The raw CSS input, or preprocessor equivalent
|  |-- script.(js|ts|coffee|...) - The raw JavaScript input, or preprocessor equivalent
|
|-- /dist/ - The compiled output after running `npm run build`
|  |-- index.html
|  |-- script.js
|  |-- style.css

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.