Code Monkey home page Code Monkey logo

taskify-frontend's Introduction

Welcome to Taskify, the task management app (intergration test) frontend repository

React base user interface source code


๐Ÿš€ Running the task management app locally

Let's setup the app locally. First, you need to download this code

git clone https://github.com/EssiJunior/taskify-frontend.git

โš™๏ธ Setting Up The Development Environment

This code was written using Create React App. Below are the instructions to follow to run our application.

โ†’ STEP #0

Make sure you have node 16 or above installed on your machine. Take a look at the official guide for installation. After installation, run the following command in your terminal for a double check.

node v16.0.0 or above // Expected result
node --version

โ†’ STEP #1

Open this code in your favorite code editor. We recommend you VS Code.

โ†’ STEP #2

Install the project's dependencies found in the package.json file

note thet the --legacy-peer-deps flag is used to resolve dependency conflicts that can overcome
npm install --legacy-peer-deps

The command will take a while depending upon your internet speed.

โ†’ STEP #3

Launch server

npm start

Available at localhost:3000


That's it! ๐Ÿฅ‚

โ†’ OTHERS

run test

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

build to production

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

taskify-frontend's People

Contributors

essijunior avatar

Watchers

 avatar

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.