Code Monkey home page Code Monkey logo

react-redux-template's Introduction

react-redux-template

About this project

This is the very simple template based on create-react-app. I created it for those situations when you need to quickly start a simple React project and you don't have time to set up its structure, linters, sass support and all that kind of stuff. For example, when you need to complete a technical challenge in a job interview and your time is limited to a couple of hours.

This project was created primarily for my own use. Of course, you can use it for your own purposes if you want, but remember that you do it at your own risk!

What's included in this template

  • create-react-app skeleton.
  • scss support (based on CSS Modules).
  • redux for state management with simple reducer for some entities.
  • basic routing (home page, entities page, single entity page).
  • filter entities by name or sort by date.
  • Configured eslint, prettier, and stylelint.
  • prop-types.
  • Some useful mixins and utils.

How to use it

  • Navigate to the main page of this repository.
  • Above the file list, click Use this template and create your new repo.
  • Clone it.

or

  • Just download the code and start working locally.

Don't forget to:

  • Run npm i to install packages and npm start to run the app.
  • Change project's name at package.json.
  • Change title and description at index.html.
  • (Possibly: change favicon and logo icon files).
  • Change name at manifest.json.
  • Delete (or update this README).

Happy hacking!

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.