Skip to content

dev2919/Cron-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cron-Generator

npm license github-issues Twitter React Todo app Demo

Technologies used

Setup

  1. Clone the repository and install the dependencies
npm install
  1. Start the frontend application locally
npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

CSS preprocessor

This project implements SASS via node-sass, as per the suggestion of Create React App's documentation.

The styles for each component are therefore located in their corresponding <component_name>.scss file.

There's also a utility folder under src/styles. The folder contains some common variables, mixins and other stuff that is meant to be reused from other SASS files. You import these styles from another .scss file by doing:

@import 'styles/main.scss';

Routes

This project is using react-router-dom v4, have a look at Routes.jsx which is the file that defines the routes that are available.

Author

Devesh Pawar [email protected] http://github.com/dev2919

License

This app was bootstraped based on the template provided by create-react-app

About

Human Readable CRON expression generator .

http://dev-crongen-v2.surge.sh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published