10000 GitHub - RuthMaria/planner
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
< 8000 div id="js-flash-container" class="flash-container" data-turbo-replace>

RuthMaria/planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Preview   |    Technologies Used   |    How to run the project   |    How to contribute   |    License

PRs welcome! License License


📚 About

Plann.er is a travel organizer where you can:

  • Choose the start and end date of the trip;
  • Invite friends to share the trip;
  • Define the activities that will be carried out on the days of the trip;
  • Add important links for the trip.

Link to API.


📺 Preview

video



⚒️ Technologies Used

  • Vite
  • Axios
  • React.js
  • Tailwind
  • Date-fns
  • TypeScript


🚀 How to run the project


  • Clone this repository

    git clone https://github.com/RuthMaria/planner.git
    
  • Create the ".env" file equal to the ".env.example" model, replace the ports according to those of your frontend.

  • Run backend

    • Enter the backend folder
    cd backend
    
    • Install dependencies
    npm install
    
    • Run the project
    npm run dev
    

  • Run frontend

    • Enter the frontend folder
    cd frontend
    
    • Install dependencies
    npm install
    
    • Run the project
    npm run dev
    

🎯 How to contribute

  • Fork this repository,
  • Create a branch with your feature: git checkout -b my-feature
  • Commit your changes: git commit -m 'feat: My new feature'
  • Push your branch: git push origin my-feature


📝 License

This project is under the MIT license. See the file LICENSE for more details.


Developed with ❤️ by Ruth Maria

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0