Skip to content

WeakCal - Weekly Calendar that is kind of weak (feature-wise). Note: API key has expired and online demo no longer works as intended.

Notifications You must be signed in to change notification settings

jpeldes/weakcal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Summary

  • Clone this repo
  • In project root directory, create .env file and add the following variables:
    • REACT_APP_API_KEY=asdf
    • REACT_APP_API_URL=https://api.com
  • Run npm install to install all required dependencies.
  • Run npm run build to build the app for production into the build folder.
  • Run serve -s build and open http://localhost:5000 to view the app in the browser.

This project was bootstrapped with Create React App, using the Redux and Redux Toolkit template.

Available Scripts

In the project directory, you can run:

yarn 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.

yarn 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.

About

WeakCal - Weekly Calendar that is kind of weak (feature-wise). Note: API key has expired and online demo no longer works as intended.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published