Coder Social home page Coder Social logo

hours-take-home-project's Introduction

Hours-Take-Home-Project

About The Project

This is my demo for Hours take home project. It is built with React, Material-UI, Express, and Socket.IO. Since I chose to use a UI library, and Material-UI does not generally work well with Sass, I styled the project with Material-UI's built-in hooks.

The app is deployed at https://hours-take-home-project.vercel.app/. The backend is deployed at https://ancient-caverns-23167.herokuapp.com/.

Getting Started

Create a .env file in backend folder and a .env.local file in frontend folder.

Example .env content:

PORT_API=5000
URL_APP=http://localhost:3000

Example .env.local content:

NEXT_PUBLIC_URL_API=http://localhost:5000

Then make two terminals. In the first,

cd backend
npm run dev

In the second,

cd frontend
npm run dev

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.