Skip to content

Version 2 of a very tiny React application that lets you record memories and associate them with the weather.

Notifications You must be signed in to change notification settings

apdsrocha/memory-helper_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo of the project

Memory Helper

A super tiny project to help me practice React and Redux

Basically this is an attempt at making a more evolved version of this first attempt - the github repository for that first project can be found here. It's still a little web app that lets you record memory snippets and have them associated with a city of your chosing, bringing in the current weather and date of entry. It should look nifty on cell phones, but I haven't worked on a desktop version yet.

Installing / Getting started

You should be able to browse it locally after downloading the project, and then running npm install followed by npm start. The project should open on http://localhost:3000, enabling view it in the browser. You can also checkout the deployed version, I've set it up here.

Developing

Built With

This was built with React (throught create-react-app) and makes use of Redux for state management.

Api Reference

I used the Open Weather API.

About

Version 2 of a very tiny React application that lets you record memories and associate them with the weather.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published